Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22026 (GCVE-0-2025-22026)
Vulnerability from cvelistv5
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/nfsd/nfsctl.c",
"fs/nfsd/stats.c",
"fs/nfsd/stats.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "e31957a819e60cf0bc9a49408765e6095fd3d046",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "9d9456185fd5f1891c74354ee297f19538141ead",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "930b64ca0c511521f0abdd1d57ce52b2a6e3476b",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/nfsd/nfsctl.c",
"fs/nfsd/stats.c",
"fs/nfsd/stats.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.24",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.13.*",
"status": "unaffected",
"version": "6.13.12",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.14.*",
"status": "unaffected",
"version": "6.14.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.15",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.24",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.15",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM."
}
],
"providerMetadata": {
"dateUpdated": "2025-05-26T05:16:53.347Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0"
},
{
"url": "https://git.kernel.org/stable/c/e31957a819e60cf0bc9a49408765e6095fd3d046"
},
{
"url": "https://git.kernel.org/stable/c/9d9456185fd5f1891c74354ee297f19538141ead"
},
{
"url": "https://git.kernel.org/stable/c/930b64ca0c511521f0abdd1d57ce52b2a6e3476b"
}
],
"title": "nfsd: don\u0027t ignore the return code of svc_proc_register()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-22026",
"datePublished": "2025-04-16T14:11:47.243Z",
"dateReserved": "2024-12-29T08:45:45.807Z",
"dateUpdated": "2025-05-26T05:16:53.347Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22026\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-04-16T15:15:55.237\",\"lastModified\":\"2025-10-28T18:57:06.603\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnfsd: don\u0027t ignore the return code of svc_proc_register()\\n\\nCurrently, nfsd_proc_stat_init() ignores the return value of\\nsvc_proc_register(). If the procfile creation fails, then the kernel\\nwill WARN when it tries to remove the entry later.\\n\\nFix nfsd_proc_stat_init() to return the same type of pointer as\\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\\nthe nfsd_net construction if it occurs.\\n\\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\\nidentical dentry already exists. The second case is pretty unlikely in\\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: nfsd: no ignore el c\u00f3digo de retorno de svc_proc_register() Actualmente, nfsd_proc_stat_init() ignora el valor de retorno de svc_proc_register(). Si la creaci\u00f3n de procfile falla, el kernel emitir\u00e1 una ADVERTENCIA cuando intente eliminar la entrada posteriormente. Corrija nfsd_proc_stat_init() para que devuelva el mismo tipo de puntero que svc_proc_register() y corrija nfsd_net_init() para que lo compruebe y falle la construcci\u00f3n de nfsd_net si ocurre. svc_proc_register() puede fallar si no se puede asignar la dentry o si ya existe una dentry id\u00e9ntica. El segundo caso es bastante improbable en la ruta de c\u00f3digo de construcci\u00f3n de nfsd_net, por lo que si esto sucede, devuelva -ENOMEM.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-252\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.12.24\",\"matchCriteriaId\":\"C87CF81F-5426-4E15-8A61-B8F0E6046484\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.12\",\"matchCriteriaId\":\"4A475784-BF3B-4514-81EE-49C8522FB24A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.14\",\"versionEndExcluding\":\"6.14.2\",\"matchCriteriaId\":\"FADAE5D8-4808-442C-B218-77B2CE8780A0\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/930b64ca0c511521f0abdd1d57ce52b2a6e3476b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9d9456185fd5f1891c74354ee297f19538141ead\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e31957a819e60cf0bc9a49408765e6095fd3d046\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
rhsa-2025:21082
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event (CVE-2022-48978)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)\n\n* kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CVE-2025-39751)\n\n* kernel: crypto: seqiv - Handle EBUSY correctly (CVE-2023-53373)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21082",
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21082.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2025-11-12T16:38:55+00:00",
"generator": {
"date": "2025-11-12T16:38:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:21082",
"initial_release_date": "2025-11-12T04:28:37+00:00",
"revision_history": [
{
"date": "2025-11-12T04:28:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-12T04:28:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:38:55+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 for Real Time (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_extras_rt_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product_id": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-1160.142.1.rt56.1294.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product": {
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product_id": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-1160.142.1.rt56.1294.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src"
},
"product_reference": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch"
},
"product_reference": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-48978",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320665"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: fix shift-out-of-bounds in hid_report_raw_event\n\nSyzbot reported shift-out-of-bounds in hid_report_raw_event.\n\nmicrosoft 0003:045E:07DA.0001: hid_field_extract() called with n (128) \u003e\n32! (swapper/0)\n======================================================================\nUBSAN: shift-out-of-bounds in drivers/hid/hid-core.c:1323:20\nshift exponent 127 is too large for 32-bit type \u0027int\u0027\nCPU: 0 PID: 0 Comm: swapper/0 Not tainted\n6.1.0-rc4-syzkaller-00159-g4bbf3422df78 #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/26/2022\nCall Trace:\n \u003cIRQ\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e3/0x2cb lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:151 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3a6/0x420 lib/ubsan.c:322\n snto32 drivers/hid/hid-core.c:1323 [inline]\n hid_input_fetch_field drivers/hid/hid-core.c:1572 [inline]\n hid_process_report drivers/hid/hid-core.c:1665 [inline]\n hid_report_raw_event+0xd56/0x18b0 drivers/hid/hid-core.c:1998\n hid_input_report+0x408/0x4f0 drivers/hid/hid-core.c:2066\n hid_irq_in+0x459/0x690 drivers/hid/usbhid/hid-core.c:284\n __usb_hcd_giveback_urb+0x369/0x530 drivers/usb/core/hcd.c:1671\n dummy_timer+0x86b/0x3110 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0xf5/0x210 kernel/time/timer.c:1474\n expire_timers kernel/time/timer.c:1519 [inline]\n __run_timers+0x76a/0x980 kernel/time/timer.c:1790\n run_timer_softirq+0x63/0xf0 kernel/time/timer.c:1803\n __do_softirq+0x277/0x75b kernel/softirq.c:571\n __irq_exit_rcu+0xec/0x170 kernel/softirq.c:650\n irq_exit_rcu+0x5/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x91/0xb0 arch/x86/kernel/apic/apic.c:1107\n======================================================================\n\nIf the size of the integer (unsigned n) is bigger than 32 in snto32(),\nshift exponent will be too large for 32-bit type \u0027int\u0027, resulting in a\nshift-out-of-bounds bug.\nFix this by adding a check on the size of the integer (unsigned n) in\nsnto32(). To add support for n greater than 32 bits, set n to 32, if n\nis greater than 32.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48978"
},
{
"category": "external",
"summary": "RHBZ#2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48978",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event"
},
{
"cve": "CVE-2023-53373",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396379"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: seqiv - Handle EBUSY correctly\n\nAs it is seqiv only handles the special return value of EINPROGERSS,\nwhich means that in all other cases it will free data related to the\nrequest.\n\nHowever, as the caller of seqiv may specify MAY_BACKLOG, we also need\nto expect EBUSY and treat it in the same way. Otherwise backlogged\nrequests will trigger a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: seqiv - Handle EBUSY correctly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is in the seqiv IV generator and can lead to a use-after-free when backlogged crypto requests return -EBUSY. Triggering it is easier locally by flooding the kernel crypto API (e.g. via AF_ALG or many concurrent AEAD requests) because the attacker must create backlog conditions. Remote triggering is much harder and only realistic for specific configurations (for example an in-kernel IPsec/TLS path that uses seqiv for AEAD). In practice this means an unprivileged local user with access to the kernel crypto interface is the most likely threat vector, while a remote attacker would need the target to both use seqiv and be inducible into heavy crypto backlog.",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53373"
},
{
"category": "external",
"summary": "RHBZ#2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: seqiv - Handle EBUSY correctly"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38556",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389456"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Harden s32ton() against conversion to 0 bits\n\nTesting by the syzbot fuzzer showed that the HID core gets a\nshift-out-of-bounds exception when it tries to convert a 32-bit\nquantity to a 0-bit quantity. Ideally this should never occur, but\nthere are buggy devices and some might have a report field with size\nset to zero; we shouldn\u0027t reject the report or the device just because\nof that.\n\nInstead, harden the s32ton() routine so that it returns a reasonable\nresult instead of crashing when it is called with the number of bits\nset to 0 -- the same as what snto32() does.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: Harden s32ton() against conversion to 0 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "HID core could crash on malformed devices that define a 0-bit report field, causing a shift-out-of-bounds in s32ton(). Exploitation requires only connecting a malicious HID device (no privileges or user interaction), leading to kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38556"
},
{
"category": "external",
"summary": "RHBZ#2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: Harden s32ton() against conversion to 0 bits"
},
{
"cve": "CVE-2025-39751",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394624"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39751"
},
{
"category": "external",
"summary": "RHBZ#2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control"
}
]
}
rhsa-2025:13946
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: quota: Fix potential NULL pointer dereference (CVE-2024-26878)\n\n* kernel: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (CVE-2024-41035)\n\n* kernel: memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (CVE-2025-22020)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: net: ch9200: fix uninitialised access during mii_nway_restart (CVE-2025-38086)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13946",
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2275694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275694"
},
{
"category": "external",
"summary": "2300402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300402"
},
{
"category": "external",
"summary": "2360099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360099"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2375305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375305"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13946.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T08:20:33+00:00",
"generator": {
"date": "2025-11-12T08:20:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:13946",
"initial_release_date": "2025-08-18T01:48:53+00:00",
"revision_history": [
{
"date": "2025-08-18T01:48:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T01:48:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T08:20:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"product_id": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"product": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"product_id": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"product": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_id": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.83.1.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"product_id": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"product_id": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_id": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.83.1.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"product_id": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"product": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"product_id": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"product": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_id": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.83.1.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"product_id": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"product": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"product_id": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"product": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"product_id": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.83.1.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"product_id": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-427.83.1.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-427.83.1.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.83.1.el9_4.src",
"product": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src",
"product_id": "kernel-0:5.14.0-427.83.1.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.83.1.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.src",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.src as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.src",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.aarch64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.s390x",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.83.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.83.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-26878",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275694"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nquota: Fix potential NULL pointer dereference\n\nBelow race may cause NULL pointer dereference\n\nP1\t\t\t\t\tP2\ndquot_free_inode\t\t\tquota_off\n\t\t\t\t\t drop_dquot_ref\n\t\t\t\t\t remove_dquot_ref\n\t\t\t\t\t dquots = i_dquot(inode)\n dquots = i_dquot(inode)\n srcu_read_lock\n dquots[cnt]) != NULL (1)\n\t\t\t\t\t dquots[type] = NULL (2)\n spin_lock(\u0026dquots[cnt]-\u003edq_dqb_lock) (3)\n ....\n\nIf dquot_free_inode(or other routines) checks inode\u0027s quota pointers (1)\nbefore quota_off sets it to NULL(2) and use it (3) after that, NULL pointer\ndereference will be triggered.\n\nSo let\u0027s fix it by using a temporary pointer to avoid this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: quota: Fix potential NULL pointer dereference",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-26878"
},
{
"category": "external",
"summary": "RHBZ#2275694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275694"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-26878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26878"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26878",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26878"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024041740-CVE-2024-26878-5748@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024041740-CVE-2024-26878-5748@gregkh/T"
}
],
"release_date": "2024-04-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
}
],
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: quota: Fix potential NULL pointer dereference"
},
{
"cve": "CVE-2024-41035",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"discovery_date": "2024-07-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300402"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the usb_parse_endpoint() function in the Linux kernel\u0027s usb drivers, where improper handling of the reserved bits in an endpoint descriptor\u0027s bEndpointAddress field can lead to confusion in the endpoint_is_duplicate() routine in config.c. This will erroneously treat the same endpoint descriptors as distinct, given that the reserved bits are not properly cleared. This can potentially lead to unexpected behavior from connected USB devices.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41035"
},
{
"category": "external",
"summary": "RHBZ#2300402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300402"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41035"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024072922-CVE-2024-41035-5e6b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024072922-CVE-2024-41035-5e6b@gregkh/T"
}
],
"release_date": "2024-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
}
],
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor"
},
{
"cve": "CVE-2025-22020",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360099"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmemstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove\n\nThis fixes the following crash:\n\n==================================================================\nBUG: KASAN: slab-use-after-free in rtsx_usb_ms_poll_card+0x159/0x200 [rtsx_usb_ms]\nRead of size 8 at addr ffff888136335380 by task kworker/6:0/140241\n\nCPU: 6 UID: 0 PID: 140241 Comm: kworker/6:0 Kdump: loaded Tainted: G E 6.14.0-rc6+ #1\nTainted: [E]=UNSIGNED_MODULE\nHardware name: LENOVO 30FNA1V7CW/1057, BIOS S0EKT54A 07/01/2024\nWorkqueue: events rtsx_usb_ms_poll_card [rtsx_usb_ms]\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x51/0x70\n print_address_description.constprop.0+0x27/0x320\n ? rtsx_usb_ms_poll_card+0x159/0x200 [rtsx_usb_ms]\n print_report+0x3e/0x70\n kasan_report+0xab/0xe0\n ? rtsx_usb_ms_poll_card+0x159/0x200 [rtsx_usb_ms]\n rtsx_usb_ms_poll_card+0x159/0x200 [rtsx_usb_ms]\n ? __pfx_rtsx_usb_ms_poll_card+0x10/0x10 [rtsx_usb_ms]\n ? __pfx___schedule+0x10/0x10\n ? kick_pool+0x3b/0x270\n process_one_work+0x357/0x660\n worker_thread+0x390/0x4c0\n ? __pfx_worker_thread+0x10/0x10\n kthread+0x190/0x1d0\n ? __pfx_kthread+0x10/0x10\n ret_from_fork+0x2d/0x50\n ? __pfx_kthread+0x10/0x10\n ret_from_fork_asm+0x1a/0x30\n \u003c/TASK\u003e\n\nAllocated by task 161446:\n kasan_save_stack+0x20/0x40\n kasan_save_track+0x10/0x30\n __kasan_kmalloc+0x7b/0x90\n __kmalloc_noprof+0x1a7/0x470\n memstick_alloc_host+0x1f/0xe0 [memstick]\n rtsx_usb_ms_drv_probe+0x47/0x320 [rtsx_usb_ms]\n platform_probe+0x60/0xe0\n call_driver_probe+0x35/0x120\n really_probe+0x123/0x410\n __driver_probe_device+0xc7/0x1e0\n driver_probe_device+0x49/0xf0\n __device_attach_driver+0xc6/0x160\n bus_for_each_drv+0xe4/0x160\n __device_attach+0x13a/0x2b0\n bus_probe_device+0xbd/0xd0\n device_add+0x4a5/0x760\n platform_device_add+0x189/0x370\n mfd_add_device+0x587/0x5e0\n mfd_add_devices+0xb1/0x130\n rtsx_usb_probe+0x28e/0x2e0 [rtsx_usb]\n usb_probe_interface+0x15c/0x460\n call_driver_probe+0x35/0x120\n really_probe+0x123/0x410\n __driver_probe_device+0xc7/0x1e0\n driver_probe_device+0x49/0xf0\n __device_attach_driver+0xc6/0x160\n bus_for_each_drv+0xe4/0x160\n __device_attach+0x13a/0x2b0\n rebind_marked_interfaces.isra.0+0xcc/0x110\n usb_reset_device+0x352/0x410\n usbdev_do_ioctl+0xe5c/0x1860\n usbdev_ioctl+0xa/0x20\n __x64_sys_ioctl+0xc5/0xf0\n do_syscall_64+0x59/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nFreed by task 161506:\n kasan_save_stack+0x20/0x40\n kasan_save_track+0x10/0x30\n kasan_save_free_info+0x36/0x60\n __kasan_slab_free+0x34/0x50\n kfree+0x1fd/0x3b0\n device_release+0x56/0xf0\n kobject_cleanup+0x73/0x1c0\n rtsx_usb_ms_drv_remove+0x13d/0x220 [rtsx_usb_ms]\n platform_remove+0x2f/0x50\n device_release_driver_internal+0x24b/0x2e0\n bus_remove_device+0x124/0x1d0\n device_del+0x239/0x530\n platform_device_del.part.0+0x19/0xe0\n platform_device_unregister+0x1c/0x40\n mfd_remove_devices_fn+0x167/0x170\n device_for_each_child_reverse+0xc9/0x130\n mfd_remove_devices+0x6e/0xa0\n rtsx_usb_disconnect+0x2e/0xd0 [rtsx_usb]\n usb_unbind_interface+0xf3/0x3f0\n device_release_driver_internal+0x24b/0x2e0\n proc_disconnect_claim+0x13d/0x220\n usbdev_do_ioctl+0xb5e/0x1860\n usbdev_ioctl+0xa/0x20\n __x64_sys_ioctl+0xc5/0xf0\n do_syscall_64+0x59/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nLast potentially related work creation:\n kasan_save_stack+0x20/0x40\n kasan_record_aux_stack+0x85/0x90\n insert_work+0x29/0x100\n __queue_work+0x34a/0x540\n call_timer_fn+0x2a/0x160\n expire_timers+0x5f/0x1f0\n __run_timer_base.part.0+0x1b6/0x1e0\n run_timer_softirq+0x8b/0xe0\n handle_softirqs+0xf9/0x360\n __irq_exit_rcu+0x114/0x130\n sysvec_apic_timer_interrupt+0x72/0x90\n asm_sysvec_apic_timer_interrupt+0x16/0x20\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x20/0x40\n kasan_record_aux_stack+0x85/0x90\n insert_work+0x29/0x100\n __queue_work+0x34a/0x540\n call_timer_fn+0x2a/0x160\n expire_timers+0x5f/0x1f0\n __run_timer_base.part.0+0x1b6/0x1e0\n run_timer_softirq+0x8b/0xe0\n handle_softirqs+0xf9/0x\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is caused by a race condition between the driver removal routine and a periodically scheduled work function (`poll_card`). It can be triggered by attaching and then removing a USB device, which in turn calls the removal subroutine, which runs before ensuring that the `poll_card` work item is canceled. \n\nIf done physically, then the attack requires no particular user privileges. However, implementing a programmatic version of this vulnerability would require elevated privileges (e.g. `CAP_SYS_ADMIN`) as it would require driver unbinding and/or device removal.",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22020"
},
{
"category": "external",
"summary": "RHBZ#2360099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22020"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041642-CVE-2025-22020-70e8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041642-CVE-2025-22020-70e8@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
}
],
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
}
],
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38086",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2375305"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ch9200: fix uninitialised access during mii_nway_restart\n\nIn mii_nway_restart() the code attempts to call\nmii-\u003emdio_read which is ch9200_mdio_read(). ch9200_mdio_read()\nutilises a local buffer called \"buff\", which is initialised\nwith control_read(). However \"buff\" is conditionally\ninitialised inside control_read():\n\n if (err == size) {\n memcpy(data, buf, size);\n }\n\nIf the condition of \"err == size\" is not met, then\n\"buff\" remains uninitialised. Once this happens the\nuninitialised \"buff\" is accessed and returned during\nch9200_mdio_read():\n\n return (buff[0] | buff[1] \u003c\u003c 8);\n\nThe problem stems from the fact that ch9200_mdio_read()\nignores the return value of control_read(), leading to\nuinit-access of \"buff\".\n\nTo fix this we should check the return value of\ncontrol_read() and return early on error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: ch9200: fix uninitialised access during mii_nway_restart",
"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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38086"
},
{
"category": "external",
"summary": "RHBZ#2375305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38086"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025062801-CVE-2025-38086-783b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025062801-CVE-2025-38086-783b@gregkh/T"
}
],
"release_date": "2025-06-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T01:48:53+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.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.src",
"RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.83.1.el9_4.noarch",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.83.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.aarch64",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.ppc64le",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.s390x",
"RT-9.4.0.Z.EUS:rv-0:5.14.0-427.83.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: ch9200: fix uninitialised access during mii_nway_restart"
}
]
}
rhsa-2025:21063
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event (CVE-2022-48978)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)\n\n* kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CVE-2025-39751)\n\n* kernel: crypto: seqiv - Handle EBUSY correctly (CVE-2023-53373)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21063",
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21063.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:38:54+00:00",
"generator": {
"date": "2025-11-12T16:38:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:21063",
"initial_release_date": "2025-11-12T02:44:58+00:00",
"revision_history": [
{
"date": "2025-11-12T02:44:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-12T02:44:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:38:54+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 Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "perf-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "perf-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.142.1.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.142.1.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "perf-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.142.1.el7?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "bpftool-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "perf-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "perf-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "python-perf-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_id": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.142.1.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-1160.142.1.el7.src",
"product": {
"name": "kernel-0:3.10.0-1160.142.1.el7.src",
"product_id": "kernel-0:3.10.0-1160.142.1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-1160.142.1.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"product": {
"name": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"product_id": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-1160.142.1.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"product": {
"name": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"product_id": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@3.10.0-1160.142.1.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.src",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-48978",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320665"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: fix shift-out-of-bounds in hid_report_raw_event\n\nSyzbot reported shift-out-of-bounds in hid_report_raw_event.\n\nmicrosoft 0003:045E:07DA.0001: hid_field_extract() called with n (128) \u003e\n32! (swapper/0)\n======================================================================\nUBSAN: shift-out-of-bounds in drivers/hid/hid-core.c:1323:20\nshift exponent 127 is too large for 32-bit type \u0027int\u0027\nCPU: 0 PID: 0 Comm: swapper/0 Not tainted\n6.1.0-rc4-syzkaller-00159-g4bbf3422df78 #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/26/2022\nCall Trace:\n \u003cIRQ\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e3/0x2cb lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:151 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3a6/0x420 lib/ubsan.c:322\n snto32 drivers/hid/hid-core.c:1323 [inline]\n hid_input_fetch_field drivers/hid/hid-core.c:1572 [inline]\n hid_process_report drivers/hid/hid-core.c:1665 [inline]\n hid_report_raw_event+0xd56/0x18b0 drivers/hid/hid-core.c:1998\n hid_input_report+0x408/0x4f0 drivers/hid/hid-core.c:2066\n hid_irq_in+0x459/0x690 drivers/hid/usbhid/hid-core.c:284\n __usb_hcd_giveback_urb+0x369/0x530 drivers/usb/core/hcd.c:1671\n dummy_timer+0x86b/0x3110 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0xf5/0x210 kernel/time/timer.c:1474\n expire_timers kernel/time/timer.c:1519 [inline]\n __run_timers+0x76a/0x980 kernel/time/timer.c:1790\n run_timer_softirq+0x63/0xf0 kernel/time/timer.c:1803\n __do_softirq+0x277/0x75b kernel/softirq.c:571\n __irq_exit_rcu+0xec/0x170 kernel/softirq.c:650\n irq_exit_rcu+0x5/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x91/0xb0 arch/x86/kernel/apic/apic.c:1107\n======================================================================\n\nIf the size of the integer (unsigned n) is bigger than 32 in snto32(),\nshift exponent will be too large for 32-bit type \u0027int\u0027, resulting in a\nshift-out-of-bounds bug.\nFix this by adding a check on the size of the integer (unsigned n) in\nsnto32(). To add support for n greater than 32 bits, set n to 32, if n\nis greater than 32.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event",
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48978"
},
{
"category": "external",
"summary": "RHBZ#2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48978",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
}
],
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event"
},
{
"cve": "CVE-2023-53373",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396379"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: seqiv - Handle EBUSY correctly\n\nAs it is seqiv only handles the special return value of EINPROGERSS,\nwhich means that in all other cases it will free data related to the\nrequest.\n\nHowever, as the caller of seqiv may specify MAY_BACKLOG, we also need\nto expect EBUSY and treat it in the same way. Otherwise backlogged\nrequests will trigger a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: seqiv - Handle EBUSY correctly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is in the seqiv IV generator and can lead to a use-after-free when backlogged crypto requests return -EBUSY. Triggering it is easier locally by flooding the kernel crypto API (e.g. via AF_ALG or many concurrent AEAD requests) because the attacker must create backlog conditions. Remote triggering is much harder and only realistic for specific configurations (for example an in-kernel IPsec/TLS path that uses seqiv for AEAD). In practice this means an unprivileged local user with access to the kernel crypto interface is the most likely threat vector, while a remote attacker would need the target to both use seqiv and be inducible into heavy crypto backlog.",
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53373"
},
{
"category": "external",
"summary": "RHBZ#2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
},
{
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: seqiv - Handle EBUSY correctly"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
}
],
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38556",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389456"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Harden s32ton() against conversion to 0 bits\n\nTesting by the syzbot fuzzer showed that the HID core gets a\nshift-out-of-bounds exception when it tries to convert a 32-bit\nquantity to a 0-bit quantity. Ideally this should never occur, but\nthere are buggy devices and some might have a report field with size\nset to zero; we shouldn\u0027t reject the report or the device just because\nof that.\n\nInstead, harden the s32ton() routine so that it returns a reasonable\nresult instead of crashing when it is called with the number of bits\nset to 0 -- the same as what snto32() does.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: Harden s32ton() against conversion to 0 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "HID core could crash on malformed devices that define a 0-bit report field, causing a shift-out-of-bounds in s32ton(). Exploitation requires only connecting a malicious HID device (no privileges or user interaction), leading to kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38556"
},
{
"category": "external",
"summary": "RHBZ#2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
}
],
"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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: Harden s32ton() against conversion to 0 bits"
},
{
"cve": "CVE-2025-39751",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394624"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39751"
},
{
"category": "external",
"summary": "RHBZ#2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T02:44:58+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": [
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.src",
"7Server-optional-ELS:kernel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-doc-0:3.10.0-1160.142.1.el7.noarch",
"7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-0:3.10.0-1160.142.1.el7.x86_64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.ppc64le",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.s390x",
"7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.142.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21063"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control"
}
]
}
rhsa-2025:18932
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen (CVE-2023-53125)\n\n* kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0 (CVE-2022-50228)\n\n* kernel: vsock: Fix transport_* TOCTOU (CVE-2025-38461)\n\n* kernel: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)\n\n* kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (CVE-2025-39730)\n\n* kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CVE-2025-39751)\n\n* kernel: Bluetooth: L2CAP: Fix use-after-free (CVE-2023-53305)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:18932",
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2363686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363686"
},
{
"category": "external",
"summary": "2373529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373529"
},
{
"category": "external",
"summary": "2383513",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383513"
},
{
"category": "external",
"summary": "2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "2393731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393731"
},
{
"category": "external",
"summary": "2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "2395858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_18932.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:37:00+00:00",
"generator": {
"date": "2025-11-12T16:37:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:18932",
"initial_release_date": "2025-10-22T00:27:35+00:00",
"revision_history": [
{
"date": "2025-10-22T00:27:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-22T00:27:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:37:00+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 BaseOS E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-477.116.1.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-477.116.1.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-477.116.1.el8_8.src",
"product": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.src",
"product_id": "kernel-0:4.18.0-477.116.1.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-477.116.1.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-477.116.1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"product_id": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-477.116.1.el8_8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src"
},
"product_reference": "kernel-0:4.18.0-477.116.1.el8_8.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "perf-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src"
},
"product_reference": "kernel-0:4.18.0-477.116.1.el8_8.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "perf-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-50228",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373529"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0\n\nDon\u0027t BUG/WARN on interrupt injection due to GIF being cleared,\nsince it\u0027s trivial for userspace to force the situation via\nKVM_SET_VCPU_EVENTS (even if having at least a WARN there would be correct\nfor KVM internally generated injections).\n\n kernel BUG at arch/x86/kvm/svm/svm.c:3386!\n invalid opcode: 0000 [#1] SMP\n CPU: 15 PID: 926 Comm: smm_test Not tainted 5.17.0-rc3+ #264\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n RIP: 0010:svm_inject_irq+0xab/0xb0 [kvm_amd]\n Code: \u003c0f\u003e 0b 0f 1f 00 0f 1f 44 00 00 80 3d ac b3 01 00 00 55 48 89 f5 53\n RSP: 0018:ffffc90000b37d88 EFLAGS: 00010246\n RAX: 0000000000000000 RBX: ffff88810a234ac0 RCX: 0000000000000006\n RDX: 0000000000000000 RSI: ffffc90000b37df7 RDI: ffff88810a234ac0\n RBP: ffffc90000b37df7 R08: ffff88810a1fa410 R09: 0000000000000000\n R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000\n R13: ffff888109571000 R14: ffff88810a234ac0 R15: 0000000000000000\n FS: 0000000001821380(0000) GS:ffff88846fdc0000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007f74fc550008 CR3: 000000010a6fe000 CR4: 0000000000350ea0\n Call Trace:\n \u003cTASK\u003e\n inject_pending_event+0x2f7/0x4c0 [kvm]\n kvm_arch_vcpu_ioctl_run+0x791/0x17a0 [kvm]\n kvm_vcpu_ioctl+0x26d/0x650 [kvm]\n __x64_sys_ioctl+0x82/0xb0\n do_syscall_64+0x3b/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n \u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50228"
},
{
"category": "external",
"summary": "RHBZ#2373529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50228"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061849-CVE-2022-50228-3904@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061849-CVE-2022-50228-3904@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0"
},
{
"cve": "CVE-2023-53125",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363686"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in SMSC LAN75XX based USB 2.0 gigabit ethernet devices driver arises because the driver fails to properly validate packet length fields when receiving network frames. Specifically, the code used size values that could exceed the actual skb-\u003elen, leading to a situation where kernel memory beyond the buffer is copied into the outgoing skb. If the driver is active, a remote attacker on the same network can send oversized Ethernet frames to trigger this bug, resulting in leakage of uninitialized kernel memory (CIA: HNN, Confidentiality: High).",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "RHBZ#2363686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363686"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53125"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53125",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53125"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53125-67cf@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53125-67cf@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module smsc75xx 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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen"
},
{
"cve": "CVE-2023-53305",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395858"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free\n\nFix potential use-after-free in l2cap_le_command_rej.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: L2CAP: Fix use-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This L2CAP issue is adjacency-only (Bluetooth LE): an attacker must be within radio range and craft malicious LE frames. Impact is primarily kernel crash / DoS.\nIt could trigger a use-after-free condition when processing LE command rejection.\nIn practice an attacker must either establish a BLE connection or rely on the device accepting unauthenticated L2CAP traffic. If the device enforces pairing/authentication for L2CAP operations, exploitation from an unauthenticated remote actor is unlikely.\nFixed in Red Hat Enterprise Linux 9 starting from 9.4.",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53305"
},
{
"category": "external",
"summary": "RHBZ#2395858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "workaround",
"details": "To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931.\n\nAlternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.",
"product_ids": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: L2CAP: Fix use-after-free"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
}
],
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38461",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"discovery_date": "2025-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383513"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvsock: Fix transport_* TOCTOU\n\nTransport assignment may race with module unload. Protect new_transport\nfrom becoming a stale pointer.\n\nThis also takes care of an insecure call in vsock_use_local_transport();\nadd a lockdep assert.\n\nBUG: unable to handle page fault for address: fffffbfff8056000\nOops: Oops: 0000 [#1] SMP KASAN\nRIP: 0010:vsock_assign_transport+0x366/0x600\nCall Trace:\n vsock_connect+0x59c/0xc40\n __sys_connect+0xe8/0x100\n __x64_sys_connect+0x6e/0xc0\n do_syscall_64+0x92/0x1c0\n entry_SYSCALL_64_after_hwframe+0x4b/0x53",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vsock: Fix transport_* TOCTOU",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This patch addresses a race condition in the vsock core that could lead to a use-after-free or NULL pointer dereference when assigning transports during socket initialization.\nThe vulnerability stems from a lack of synchronization between transport selection and potential module unloading, leading to stale pointers being dereferenced.\nA mutex now protects access to the transport selection logic, and reference counting ensures the module is retained during use.\nThe issue has low impact on confidentiality, but may cause a system crash, resulting in high availability impact.\nSince the problem is reachable by unprivileged users via socket operations, Privileges Required = Low (for the CVSS).\nWhile the issue is most clearly triggered during manual module unload, similar conditions can also arise from automatic module unloading, hotplug scripts, or asynchronous transport (de)registration in multi-threaded environments.",
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38461"
},
{
"category": "external",
"summary": "RHBZ#2383513",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383513"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38461",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38461"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072507-CVE-2025-38461-33b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072507-CVE-2025-38461-33b1@gregkh/T"
}
],
"release_date": "2025-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module vsock 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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vsock: Fix transport_* TOCTOU"
},
{
"cve": "CVE-2025-38556",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389456"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Harden s32ton() against conversion to 0 bits\n\nTesting by the syzbot fuzzer showed that the HID core gets a\nshift-out-of-bounds exception when it tries to convert a 32-bit\nquantity to a 0-bit quantity. Ideally this should never occur, but\nthere are buggy devices and some might have a report field with size\nset to zero; we shouldn\u0027t reject the report or the device just because\nof that.\n\nInstead, harden the s32ton() routine so that it returns a reasonable\nresult instead of crashing when it is called with the number of bits\nset to 0 -- the same as what snto32() does.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: Harden s32ton() against conversion to 0 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "HID core could crash on malformed devices that define a 0-bit report field, causing a shift-out-of-bounds in s32ton(). Exploitation requires only connecting a malicious HID device (no privileges or user interaction), leading to kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38556"
},
{
"category": "external",
"summary": "RHBZ#2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
}
],
"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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: Harden s32ton() against conversion to 0 bits"
},
{
"cve": "CVE-2025-39730",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393731"
}
],
"notes": [
{
"category": "description",
"text": "A flaw out of boundary read in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the NFS server implementation where nfs_fh_to_dentry() failed to properly validate the minimal filehandle length before accessing the embedded structure. An attacker with access to an exported NFS share could send a crafted filehandle, leading to out-of-bounds memory access and a potential kernel crash. This issue results in a remote denial of service against the NFS server.\nThis flaw is limited to a missing bounds check in nfs_fh_to_dentry(), which causes an out-of-bounds read and a kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39730"
},
{
"category": "external",
"summary": "RHBZ#2393731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393731"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39730",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39730"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090730-CVE-2025-39730-72c9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090730-CVE-2025-39730-72c9@gregkh/T"
}
],
"release_date": "2025-09-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module nfs from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()"
},
{
"cve": "CVE-2025-39751",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394624"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39751"
},
{
"category": "external",
"summary": "RHBZ#2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-22T00:27:35+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": [
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.src",
"BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.116.1.el8_8.noarch",
"BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.116.1.el8_8.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.116.1.el8_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control"
}
]
}
rhsa-2025:19222
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen (CVE-2023-53125)\n\n* kernel: mptcp: do not queue data on closed subflows (CVE-2022-50070)\n\n* kernel: RDMA/irdma: Fix a window for use-after-free (CVE-2022-50137)\n\n* kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0 (CVE-2022-50228)\n\n* kernel: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)\n\n* kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (CVE-2025-39730)\n\n* kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CVE-2025-39751)\n\n* kernel: Bluetooth: L2CAP: Fix use-after-free (CVE-2023-53305)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19222",
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2363686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363686"
},
{
"category": "external",
"summary": "2373435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373435"
},
{
"category": "external",
"summary": "2373514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373514"
},
{
"category": "external",
"summary": "2373529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373529"
},
{
"category": "external",
"summary": "2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "2393731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393731"
},
{
"category": "external",
"summary": "2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "2395858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19222.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:37:05+00:00",
"generator": {
"date": "2025-11-12T16:37:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:19222",
"initial_release_date": "2025-10-29T00:46:08+00:00",
"revision_history": [
{
"date": "2025-10-29T00:46:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-29T00:46:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:37:05+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 BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.166.1.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-372.166.1.el8_6.src",
"product": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.src",
"product_id": "kernel-0:4.18.0-372.166.1.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-372.166.1.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-372.166.1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"product_id": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-372.166.1.el8_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.166.1.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.166.1.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "perf-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "perf-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.166.1.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-50070",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373435"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: do not queue data on closed subflows\n\nDipanjan reported a syzbot splat at close time:\n\nWARNING: CPU: 1 PID: 10818 at net/ipv4/af_inet.c:153\ninet_sock_destruct+0x6d0/0x8e0 net/ipv4/af_inet.c:153\nModules linked in: uio_ivshmem(OE) uio(E)\nCPU: 1 PID: 10818 Comm: kworker/1:16 Tainted: G OE\n5.19.0-rc6-g2eae0556bb9d #2\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\n1.13.0-1ubuntu1.1 04/01/2014\nWorkqueue: events mptcp_worker\nRIP: 0010:inet_sock_destruct+0x6d0/0x8e0 net/ipv4/af_inet.c:153\nCode: 21 02 00 00 41 8b 9c 24 28 02 00 00 e9 07 ff ff ff e8 34 4d 91\nf9 89 ee 4c 89 e7 e8 4a 47 60 ff e9 a6 fc ff ff e8 20 4d 91 f9 \u003c0f\u003e 0b\ne9 84 fe ff ff e8 14 4d 91 f9 0f 0b e9 d4 fd ff ff e8 08 4d\nRSP: 0018:ffffc9001b35fa78 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: 00000000002879d0 RCX: ffff8881326f3b00\nRDX: 0000000000000000 RSI: ffff8881326f3b00 RDI: 0000000000000002\nRBP: ffff888179662674 R08: ffffffff87e983a0 R09: 0000000000000000\nR10: 0000000000000005 R11: 00000000000004ea R12: ffff888179662400\nR13: ffff888179662428 R14: 0000000000000001 R15: ffff88817e38e258\nFS: 0000000000000000(0000) GS:ffff8881f5f00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000020007bc0 CR3: 0000000179592000 CR4: 0000000000150ee0\nCall Trace:\n \u003cTASK\u003e\n __sk_destruct+0x4f/0x8e0 net/core/sock.c:2067\n sk_destruct+0xbd/0xe0 net/core/sock.c:2112\n __sk_free+0xef/0x3d0 net/core/sock.c:2123\n sk_free+0x78/0xa0 net/core/sock.c:2134\n sock_put include/net/sock.h:1927 [inline]\n __mptcp_close_ssk+0x50f/0x780 net/mptcp/protocol.c:2351\n __mptcp_destroy_sock+0x332/0x760 net/mptcp/protocol.c:2828\n mptcp_worker+0x5d2/0xc90 net/mptcp/protocol.c:2586\n process_one_work+0x9cc/0x1650 kernel/workqueue.c:2289\n worker_thread+0x623/0x1070 kernel/workqueue.c:2436\n kthread+0x2e9/0x3a0 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:302\n \u003c/TASK\u003e\n\nThe root cause of the problem is that an mptcp-level (re)transmit can\nrace with mptcp_close() and the packet scheduler checks the subflow\nstate before acquiring the socket lock: we can try to (re)transmit on\nan already closed ssk.\n\nFix the issue checking again the subflow socket status under the\nsubflow socket lock protection. Additionally add the missing check\nfor the fallback-to-tcp case.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mptcp: do not queue data on closed subflows",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50070"
},
{
"category": "external",
"summary": "RHBZ#2373435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373435"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50070"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50070",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50070"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061853-CVE-2022-50070-87b5@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061853-CVE-2022-50070-87b5@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mptcp: do not queue data on closed subflows"
},
{
"cve": "CVE-2022-50137",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373514"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/irdma: Fix a window for use-after-free\n\nDuring a destroy CQ an interrupt may cause processing of a CQE after CQ\nresources are freed by irdma_cq_free_rsrc(). Fix this by moving the call\nto irdma_cq_free_rsrc() after the irdma_sc_cleanup_ceqes(), which is\ncalled under the cq_lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/irdma: Fix a window for use-after-free",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50137"
},
{
"category": "external",
"summary": "RHBZ#2373514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373514"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50137"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061817-CVE-2022-50137-c539@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061817-CVE-2022-50137-c539@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/irdma: Fix a window for use-after-free"
},
{
"cve": "CVE-2022-50228",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373529"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0\n\nDon\u0027t BUG/WARN on interrupt injection due to GIF being cleared,\nsince it\u0027s trivial for userspace to force the situation via\nKVM_SET_VCPU_EVENTS (even if having at least a WARN there would be correct\nfor KVM internally generated injections).\n\n kernel BUG at arch/x86/kvm/svm/svm.c:3386!\n invalid opcode: 0000 [#1] SMP\n CPU: 15 PID: 926 Comm: smm_test Not tainted 5.17.0-rc3+ #264\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n RIP: 0010:svm_inject_irq+0xab/0xb0 [kvm_amd]\n Code: \u003c0f\u003e 0b 0f 1f 00 0f 1f 44 00 00 80 3d ac b3 01 00 00 55 48 89 f5 53\n RSP: 0018:ffffc90000b37d88 EFLAGS: 00010246\n RAX: 0000000000000000 RBX: ffff88810a234ac0 RCX: 0000000000000006\n RDX: 0000000000000000 RSI: ffffc90000b37df7 RDI: ffff88810a234ac0\n RBP: ffffc90000b37df7 R08: ffff88810a1fa410 R09: 0000000000000000\n R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000\n R13: ffff888109571000 R14: ffff88810a234ac0 R15: 0000000000000000\n FS: 0000000001821380(0000) GS:ffff88846fdc0000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007f74fc550008 CR3: 000000010a6fe000 CR4: 0000000000350ea0\n Call Trace:\n \u003cTASK\u003e\n inject_pending_event+0x2f7/0x4c0 [kvm]\n kvm_arch_vcpu_ioctl_run+0x791/0x17a0 [kvm]\n kvm_vcpu_ioctl+0x26d/0x650 [kvm]\n __x64_sys_ioctl+0x82/0xb0\n do_syscall_64+0x3b/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n \u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50228"
},
{
"category": "external",
"summary": "RHBZ#2373529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50228"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061849-CVE-2022-50228-3904@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061849-CVE-2022-50228-3904@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: SVM: Don\u0027t BUG if userspace injects an interrupt with GIF=0"
},
{
"cve": "CVE-2023-53125",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363686"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in SMSC LAN75XX based USB 2.0 gigabit ethernet devices driver arises because the driver fails to properly validate packet length fields when receiving network frames. Specifically, the code used size values that could exceed the actual skb-\u003elen, leading to a situation where kernel memory beyond the buffer is copied into the outgoing skb. If the driver is active, a remote attacker on the same network can send oversized Ethernet frames to trigger this bug, resulting in leakage of uninitialized kernel memory (CIA: HNN, Confidentiality: High).",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "RHBZ#2363686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363686"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53125"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53125",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53125"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53125-67cf@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53125-67cf@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module smsc75xx 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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: usb: smsc75xx: Limit packet length to skb-\u003elen"
},
{
"cve": "CVE-2023-53305",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395858"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free\n\nFix potential use-after-free in l2cap_le_command_rej.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: L2CAP: Fix use-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This L2CAP issue is adjacency-only (Bluetooth LE): an attacker must be within radio range and craft malicious LE frames. Impact is primarily kernel crash / DoS.\nIt could trigger a use-after-free condition when processing LE command rejection.\nIn practice an attacker must either establish a BLE connection or rely on the device accepting unauthenticated L2CAP traffic. If the device enforces pairing/authentication for L2CAP operations, exploitation from an unauthenticated remote actor is unlikely.\nFixed in Red Hat Enterprise Linux 9 starting from 9.4.",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53305"
},
{
"category": "external",
"summary": "RHBZ#2395858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "workaround",
"details": "To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931.\n\nAlternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: L2CAP: Fix use-after-free"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38556",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389456"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Harden s32ton() against conversion to 0 bits\n\nTesting by the syzbot fuzzer showed that the HID core gets a\nshift-out-of-bounds exception when it tries to convert a 32-bit\nquantity to a 0-bit quantity. Ideally this should never occur, but\nthere are buggy devices and some might have a report field with size\nset to zero; we shouldn\u0027t reject the report or the device just because\nof that.\n\nInstead, harden the s32ton() routine so that it returns a reasonable\nresult instead of crashing when it is called with the number of bits\nset to 0 -- the same as what snto32() does.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: Harden s32ton() against conversion to 0 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "HID core could crash on malformed devices that define a 0-bit report field, causing a shift-out-of-bounds in s32ton(). Exploitation requires only connecting a malicious HID device (no privileges or user interaction), leading to kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38556"
},
{
"category": "external",
"summary": "RHBZ#2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"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": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: Harden s32ton() against conversion to 0 bits"
},
{
"cve": "CVE-2025-39730",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393731"
}
],
"notes": [
{
"category": "description",
"text": "A flaw out of boundary read in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the NFS server implementation where nfs_fh_to_dentry() failed to properly validate the minimal filehandle length before accessing the embedded structure. An attacker with access to an exported NFS share could send a crafted filehandle, leading to out-of-bounds memory access and a potential kernel crash. This issue results in a remote denial of service against the NFS server.\nThis flaw is limited to a missing bounds check in nfs_fh_to_dentry(), which causes an out-of-bounds read and a kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39730"
},
{
"category": "external",
"summary": "RHBZ#2393731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393731"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39730",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39730"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090730-CVE-2025-39730-72c9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090730-CVE-2025-39730-72c9@gregkh/T"
}
],
"release_date": "2025-09-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module nfs from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()"
},
{
"cve": "CVE-2025-39751",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394624"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39751"
},
{
"category": "external",
"summary": "RHBZ#2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-29T00:46:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.s390x",
"BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.src",
"BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.166.1.el8_6.noarch",
"BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.166.1.el8_6.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.166.1.el8_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control"
}
]
}
rhsa-2025:14749
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 9.0 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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: driver: base: fix UAF when driver_attach failed (CVE-2022-49385)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: tee: amdtee: fix race condition in amdtee_open_session (CVE-2023-53047)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (CVE-2025-37890)\n\n* kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead (CVE-2022-49977)\n\n* kernel: net: qrtr: start MHI channel after endpoit creation (CVE-2022-50044)\n\n* kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte (CVE-2022-49991)\n\n* kernel: net/sched: Always pass notifications when child class becomes empty (CVE-2025-38350)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14749",
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348020"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "2366848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366848"
},
{
"category": "external",
"summary": "2373574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373574"
},
{
"category": "external",
"summary": "2373627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373627"
},
{
"category": "external",
"summary": "2373639",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373639"
},
{
"category": "external",
"summary": "2382054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382054"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14749.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2025-11-12T18:24:49+00:00",
"generator": {
"date": "2025-11-12T18:24:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14749",
"initial_release_date": "2025-08-27T13:21:39+00:00",
"revision_history": [
{
"date": "2025-08-27T13:21:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-27T13:21:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T18:24:49+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 NFV E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"product": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"product_id": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.144.1.rt21.216.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-70.144.1.rt21.216.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src"
},
"product_reference": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src"
},
"product_reference": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49385",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348020"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndriver: base: fix UAF when driver_attach failed\n\nWhen driver_attach(drv); failed, the driver_private will be freed.\nBut it has been added to the bus, which caused a UAF.\n\nTo fix it, we need to delete it from the bus when failed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: driver: base: fix UAF when driver_attach failed",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49385"
},
{
"category": "external",
"summary": "RHBZ#2348020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49385",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49385"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2022-49385-258c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2022-49385-258c@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: driver: base: fix UAF when driver_attach failed"
},
{
"cve": "CVE-2022-49977",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373574"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead\n\nftrace_startup does not remove ops from ftrace_ops_list when\nftrace_startup_enable fails:\n\nregister_ftrace_function\n ftrace_startup\n __register_ftrace_function\n ...\n add_ftrace_ops(\u0026ftrace_ops_list, ops)\n ...\n ...\n ftrace_startup_enable // if ftrace failed to modify, ftrace_disabled is set to 1\n ...\n return 0 // ops is in the ftrace_ops_list.\n\nWhen ftrace_disabled = 1, unregister_ftrace_function simply returns without doing anything:\nunregister_ftrace_function\n ftrace_shutdown\n if (unlikely(ftrace_disabled))\n return -ENODEV; // return here, __unregister_ftrace_function is not executed,\n // as a result, ops is still in the ftrace_ops_list\n __unregister_ftrace_function\n ...\n\nIf ops is dynamically allocated, it will be free later, in this case,\nis_ftrace_trampoline accesses NULL pointer:\n\nis_ftrace_trampoline\n ftrace_ops_trampoline\n do_for_each_ftrace_op(op, ftrace_ops_list) // OOPS! op may be NULL!\n\nSyzkaller reports as follows:\n[ 1203.506103] BUG: kernel NULL pointer dereference, address: 000000000000010b\n[ 1203.508039] #PF: supervisor read access in kernel mode\n[ 1203.508798] #PF: error_code(0x0000) - not-present page\n[ 1203.509558] PGD 800000011660b067 P4D 800000011660b067 PUD 130fb8067 PMD 0\n[ 1203.510560] Oops: 0000 [#1] SMP KASAN PTI\n[ 1203.511189] CPU: 6 PID: 29532 Comm: syz-executor.2 Tainted: G B W 5.10.0 #8\n[ 1203.512324] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014\n[ 1203.513895] RIP: 0010:is_ftrace_trampoline+0x26/0xb0\n[ 1203.514644] Code: ff eb d3 90 41 55 41 54 49 89 fc 55 53 e8 f2 00 fd ff 48 8b 1d 3b 35 5d 03 e8 e6 00 fd ff 48 8d bb 90 00 00 00 e8 2a 81 26 00 \u003c48\u003e 8b ab 90 00 00 00 48 85 ed 74 1d e8 c9 00 fd ff 48 8d bb 98 00\n[ 1203.518838] RSP: 0018:ffffc900012cf960 EFLAGS: 00010246\n[ 1203.520092] RAX: 0000000000000000 RBX: 000000000000007b RCX: ffffffff8a331866\n[ 1203.521469] RDX: 0000000000000000 RSI: 0000000000000008 RDI: 000000000000010b\n[ 1203.522583] RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffff8df18b07\n[ 1203.523550] R10: fffffbfff1be3160 R11: 0000000000000001 R12: 0000000000478399\n[ 1203.524596] R13: 0000000000000000 R14: ffff888145088000 R15: 0000000000000008\n[ 1203.525634] FS: 00007f429f5f4700(0000) GS:ffff8881daf00000(0000) knlGS:0000000000000000\n[ 1203.526801] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 1203.527626] CR2: 000000000000010b CR3: 0000000170e1e001 CR4: 00000000003706e0\n[ 1203.528611] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 1203.529605] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n\nTherefore, when ftrace_startup_enable fails, we need to rollback registration\nprocess and remove ops from ftrace_ops_list.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49977"
},
{
"category": "external",
"summary": "RHBZ#2373574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373574"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49977"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49977",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49977"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061819-CVE-2022-49977-3826@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061819-CVE-2022-49977-3826@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead"
},
{
"cve": "CVE-2022-49991",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373639"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte\n\nIn MCOPY_ATOMIC_CONTINUE case with a non-shared VMA, pages in the page\ncache are installed in the ptes. But hugepage_add_new_anon_rmap is called\nfor them mistakenly because they\u0027re not vm_shared. This will corrupt the\npage-\u003emapping used by page cache code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49991"
},
{
"category": "external",
"summary": "RHBZ#2373639",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373639"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49991"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49991",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49991"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061824-CVE-2022-49991-c44f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061824-CVE-2022-49991-c44f@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte"
},
{
"cve": "CVE-2022-50044",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373627"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: qrtr: start MHI channel after endpoit creation\n\nMHI channel may generates event/interrupt right after enabling.\nIt may leads to 2 race conditions issues.\n\n1)\nSuch event may be dropped by qcom_mhi_qrtr_dl_callback() at check:\n\n\tif (!qdev || mhi_res-\u003etransaction_status)\n\t\treturn;\n\nBecause dev_set_drvdata(\u0026mhi_dev-\u003edev, qdev) may be not performed at\nthis moment. In this situation qrtr-ns will be unable to enumerate\nservices in device.\n---------------------------------------------------------------\n\n2)\nSuch event may come at the moment after dev_set_drvdata() and\nbefore qrtr_endpoint_register(). In this case kernel will panic with\naccessing wrong pointer at qcom_mhi_qrtr_dl_callback():\n\n\trc = qrtr_endpoint_post(\u0026qdev-\u003eep, mhi_res-\u003ebuf_addr,\n\t\t\t\tmhi_res-\u003ebytes_xferd);\n\nBecause endpoint is not created yet.\n--------------------------------------------------------------\nSo move mhi_prepare_for_transfer_autoqueue after endpoint creation\nto fix it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: qrtr: start MHI channel after endpoit creation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50044"
},
{
"category": "external",
"summary": "RHBZ#2373627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50044"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50044-0b6b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50044-0b6b@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: qrtr: start MHI channel after endpoit creation"
},
{
"cve": "CVE-2023-53047",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363689"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the AMD TEE driver in the Linux kernel. The flaw occurs from a race condition in the `amdtee_open_session()` function, where the session is marked as active in `sess-\u003esess_mask` before the corresponding `sess` structure is fully initialized. If a parallel thread invokes `amdtee_close_session()` during this window of time, it can lead to the structure being freed prematurely. This can lead to system instability, a denial of service, or remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tee: amdtee: fix race condition in amdtee_open_session",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53047"
},
{
"category": "external",
"summary": "RHBZ#2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tee: amdtee: fix race condition in amdtee_open_session"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
}
],
"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": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37890",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366848"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability has been identified in the Linux kernel\u0027s HFSC (Hierarchical Fair Service Curve) queuing discipline when it is configured with NETEM (Network Emulation) as a child. This flaw can lead to a kernel panic or crash due to incorrect assumptions about the queue state.\n\nExploitation of this vulnerability requires local access with CAP_NET_ADMIN privileges and control over the qdisc (queueing discipline) setup. A local attacker could leverage this flaw to achieve denial of service or escalate privileges. Given that it affects kernel memory structures, successful exploitation could result in memory corruption, data leaks, or arbitrary write capabilities, leading to a full kernel crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. Red Hat Enterprise Linux 6 and 7 are not affected by this CVE because they did not include the upstream commit that introduced the CVE (37d9cf1).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37890"
},
{
"category": "external",
"summary": "RHBZ#2366848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366848"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37890"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025051617-CVE-2025-37890-437b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025051617-CVE-2025-37890-437b@gregkh/T"
}
],
"release_date": "2025-05-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc"
},
{
"cve": "CVE-2025-38350",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2382054"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free (UAF) vulnerability was found in the Linux kernel\u0027s net/sched subsystem, specifically in the Credit-Based Shaper (CBS) qdisc implementation (sch_cbs). The vulnerability occurs because the CBS qdisc\u0027s reset function (qdisc_reset_queue()) only resets its internal queue but fails to reset its child qdisc recursively. As a result, a mismatch in queue length (qlen) occurs between CBS and its children during interface resets, eventually allowing attackers to trigger UAF on a parent HFSC scheduler.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Always pass notifications when child class becomes empty",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. On Red Hat Enterprise Linux 7, unprivileged user namespaces are disabled by default. Red Hat Enterprise Linux 6 did not include support for them at all, meaning that root privileges are necessary to trigger this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38350"
},
{
"category": "external",
"summary": "RHBZ#2382054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38350",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38350"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071933-CVE-2025-38350-262a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071933-CVE-2025-38350-262a@gregkh/T"
}
],
"release_date": "2025-07-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T13:21:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the sch_cbs module from being loaded. Please see https://access.redhat.com/solutions/41278 for how information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.144.1.rt21.216.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Always pass notifications when child class becomes empty"
}
]
}
rhsa-2025:18281
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails (CVE-2022-50087)\n\n* kernel: sunrpc: fix client side handling of tls alerts (CVE-2025-38571)\n\n* kernel: sunrpc: fix handling of server side tls alerts (CVE-2025-38566)\n\n* kernel: efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (CVE-2025-39817)\n\n* kernel: wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result() (CVE-2025-39849)\n\n* kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path (CVE-2025-39841)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:18281",
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "2389480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389480"
},
{
"category": "external",
"summary": "2389487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389487"
},
{
"category": "external",
"summary": "2395805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395805"
},
{
"category": "external",
"summary": "2396928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396928"
},
{
"category": "external",
"summary": "2396944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396944"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_18281.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:36:58+00:00",
"generator": {
"date": "2025-11-12T16:36:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:18281",
"initial_release_date": "2025-10-20T02:28:10+00:00",
"revision_history": [
{
"date": "2025-10-20T02:28:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-20T02:28:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:36:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.55.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.55.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.55.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.55.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"product_id": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.55.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.55.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.55.1.el9_6.src",
"product": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src",
"product_id": "kernel-0:5.14.0-570.55.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.55.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.src",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.src as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.src",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.55.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.55.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-50087",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373539"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails\n\nWhen scpi probe fails, at any point, we need to ensure that the scpi_info\nis not set and will remain NULL until the probe succeeds. If it is not\ntaken care, then it could result use-after-free as the value is exported\nvia get_scpi_ops() and could refer to a memory allocated via devm_kzalloc()\nbut freed when the probe fails.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50087"
},
{
"category": "external",
"summary": "RHBZ#2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
}
],
"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.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-38566",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389487"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix handling of server side tls alerts\n\nScott Mayhew discovered a security exploit in NFS over TLS in\ntls_alert_recv() due to its assumption it can read data from\nthe msg iterator\u0027s kvec..\n\nkTLS implementation splits TLS non-data record payload between\nthe control message buffer (which includes the type such as TLS\naler or TLS cipher change) and the rest of the payload (say TLS\nalert\u0027s level/description) which goes into the msg payload buffer.\n\nThis patch proposes to rework how control messages are setup and\nused by sock_recvmsg().\n\nIf no control message structure is setup, kTLS layer will read and\nprocess TLS data record types. As soon as it encounters a TLS control\nmessage, it would return an error. At that point, NFS can setup a\nkvec backed msg buffer and read in the control message such as a\nTLS alert. Msg iterator can advance the kvec pointer as a part of\nthe copy process thus we need to revert the iterator before calling\ninto the tls_alert_recv.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sunrpc: fix handling of server side tls alerts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A remotely reachable flaw in the SUNRPC NFS-over-TLS server could allow a client to trigger a kernel crash by sending a crafted TLS alert. The issue lies in how the kernel processes TLS control messages, which can lead to use-after-free or invalid memory accesses during alert handling.\n\nThe attack vector is network-based (AV:N), but the required privileges vary with deployment: in many configurations, a client must already possess valid credentials or a certificate to establish an NFS/TLS session, which corresponds to PR:L in CVSS. If the server is configured to accept connections without strict authentication, exploitation could occur with PR:N, but the more common and realistic scenario is PR:L.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38566"
},
{
"category": "external",
"summary": "RHBZ#2389487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38566"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081908-CVE-2025-38566-edef@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081908-CVE-2025-38566-edef@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sunrpc 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.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sunrpc: fix handling of server side tls alerts"
},
{
"cve": "CVE-2025-38571",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389480"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix client side handling of tls alerts\n\nA security exploit was discovered in NFS over TLS in tls_alert_recv\ndue to its assumption that there is valid data in the msghdr\u0027s\niterator\u0027s kvec.\n\nInstead, this patch proposes the rework how control messages are\nsetup and used by sock_recvmsg().\n\nIf no control message structure is setup, kTLS layer will read and\nprocess TLS data record types. As soon as it encounters a TLS control\nmessage, it would return an error. At that point, NFS can setup a kvec\nbacked control buffer and read in the control message such as a TLS\nalert. Scott found that a msg iterator can advance the kvec pointer\nas a part of the copy process thus we need to revert the iterator\nbefore calling into the tls_alert_recv.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sunrpc: fix client side handling of tls alerts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A remotely reachable bug in the SUNRPC NFS-over-TLS client allowed a server to trigger a kernel crash by sending a TLS alert when the client assumed a valid control kvec in the message iterator. It requires NFS over TLS to be enabled on the client.\nExploitation is only possible in configurations where NFS over TLS is enabled, as the bug lies in the handling of TLS alert control messages in sunrpc. A remote attacker controlling an NFS/TLS session could send a crafted TLS alert to trigger a kernel crash on the client, leading to denial of service. However, since NFS over TLS is not enabled by default on most systems, the practical severity is lower unless explicitly deployed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38571"
},
{
"category": "external",
"summary": "RHBZ#2389480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38571",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38571"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38571",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38571"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081910-CVE-2025-38571-ba2a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081910-CVE-2025-38571-ba2a@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sunrpc 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.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sunrpc: fix client side handling of tls alerts"
},
{
"cve": "CVE-2025-39817",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395805"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nefivarfs: Fix slab-out-of-bounds in efivarfs_d_compare\n\nObserved on kernel 6.6 (present on master as well):\n\n BUG: KASAN: slab-out-of-bounds in memcmp+0x98/0xd0\n Call trace:\n kasan_check_range+0xe8/0x190\n __asan_loadN+0x1c/0x28\n memcmp+0x98/0xd0\n efivarfs_d_compare+0x68/0xd8\n __d_lookup_rcu_op_compare+0x178/0x218\n __d_lookup_rcu+0x1f8/0x228\n d_alloc_parallel+0x150/0x648\n lookup_open.isra.0+0x5f0/0x8d0\n open_last_lookups+0x264/0x828\n path_openat+0x130/0x3f8\n do_filp_open+0x114/0x248\n do_sys_openat2+0x340/0x3c0\n __arm64_sys_openat+0x120/0x1a0\n\nIf dentry-\u003ed_name.len \u003c EFI_VARIABLE_GUID_LEN , \u0027guid\u0027 can become\nnegative, leadings to oob. The issue can be triggered by parallel\nlookups using invalid filename:\n\n T1\t\t\tT2\n lookup_open\n -\u003elookup\n simple_lookup\n d_add\n // invalid dentry is added to hash list\n\n\t\t\tlookup_open\n\t\t\t d_alloc_parallel\n\t\t\t __d_lookup_rcu\n\t\t\t __d_lookup_rcu_op_compare\n\t\t\t hlist_bl_for_each_entry_rcu\n\t\t\t // invalid dentry can be retrieved\n\t\t\t -\u003ed_compare\n\t\t\t efivarfs_d_compare\n\t\t\t // oob\n\nFix it by checking \u0027guid\u0027 before cmp.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39817"
},
{
"category": "external",
"summary": "RHBZ#2395805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395805"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39817",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39817"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091615-CVE-2025-39817-90b7@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091615-CVE-2025-39817-90b7@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare"
},
{
"cve": "CVE-2025-39841",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396944"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Fix buffer free/clear order in deferred receive path\n\nFix a use-after-free window by correcting the buffer release sequence in\nthe deferred receive path. The code freed the RQ buffer first and only\nthen cleared the context pointer under the lock. Concurrent paths (e.g.,\nABTS and the repost path) also inspect and release the same pointer under\nthe lock, so the old order could lead to double-free/UAF.\n\nNote that the repost path already uses the correct pattern: detach the\npointer under the lock, then free it after dropping the lock. The\ndeferred path should do the same.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39841"
},
{
"category": "external",
"summary": "RHBZ#2396944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396944"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39841",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39841"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091902-CVE-2025-39841-2c0f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091902-CVE-2025-39841-2c0f@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path"
},
{
"cve": "CVE-2025-39849",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396928"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()\n\nIf the ssid-\u003edatalen is more than IEEE80211_MAX_SSID_LEN (32) it would\nlead to memory corruption so add some bounds checking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A bounds check was missing when copying the SSID IE in __cfg80211_connect_result(), allowing an over-length SSID element to overflow a fixed-size kernel buffer. A malicious AP or 802.11 frame injector in radio range could trigger kernel memory corruption during connection/auto-connect, leading to crash or potential code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39849"
},
{
"category": "external",
"summary": "RHBZ#2396928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39849"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091904-CVE-2025-39849-c414@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091904-CVE-2025-39849-c414@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-20T02:28:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module cfg80211 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.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.src",
"RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.55.1.el9_6.noarch",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.55.1.el9_6.x86_64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.aarch64",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.ppc64le",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.s390x",
"RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.55.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()"
}
]
}
rhsa-2025:14005
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: tee: amdtee: fix race condition in amdtee_open_session (CVE-2023-53047)\n\n* kernel: scsi: lpfc: Use memcpy() for BIOS version (CVE-2025-38332)\n\n* kernel: i2c/designware: Fix an initialization issue (CVE-2025-38380)\n\n* kernel: tls: always refresh the queue when reading sock (CVE-2025-38471)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14005",
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "2379246",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379246"
},
{
"category": "external",
"summary": "2383381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383381"
},
{
"category": "external",
"summary": "2383893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383893"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14005.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2025-11-12T18:24:48+00:00",
"generator": {
"date": "2025-11-12T18:24:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14005",
"initial_release_date": "2025-08-18T12:14:54+00:00",
"revision_history": [
{
"date": "2025-08-18T12:14:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T12:14:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T18:24:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.131.1.rt14.416.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.131.1.rt14.416.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)",
"product_id": "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.2)",
"product_id": "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-53047",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363689"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the AMD TEE driver in the Linux kernel. The flaw occurs from a race condition in the `amdtee_open_session()` function, where the session is marked as active in `sess-\u003esess_mask` before the corresponding `sess` structure is fully initialized. If a parallel thread invokes `amdtee_close_session()` during this window of time, it can lead to the structure being freed prematurely. This can lead to system instability, a denial of service, or remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tee: amdtee: fix race condition in amdtee_open_session",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53047"
},
{
"category": "external",
"summary": "RHBZ#2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:14:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tee: amdtee: fix race condition in amdtee_open_session"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:14:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
}
],
"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": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-38332",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379246"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Use memcpy() for BIOS version\n\nThe strlcat() with FORTIFY support is triggering a panic because it\nthinks the target buffer will overflow although the correct target\nbuffer size is passed in.\n\nAnyway, instead of memset() with 0 followed by a strlcat(), just use\nmemcpy() and ensure that the resulting buffer is NULL terminated.\n\nBIOSVersion is only used for the lpfc_printf_log() which expects a\nproperly terminated string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Use memcpy() for BIOS version",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38332"
},
{
"category": "external",
"summary": "RHBZ#2379246",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379246"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38332"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071033-CVE-2025-38332-9590@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071033-CVE-2025-38332-9590@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:14:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Use memcpy() for BIOS version"
},
{
"cve": "CVE-2025-38380",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383381"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: i2c/designware: Fix an initialization issue",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability exists in the driver for certain hardware which supports the I2C protocol. This hardware is often used to interface with low-speed peripherals such as human interface devices. By exploiting a flaw in how the hardware handles certain messages, an attacker could craft malicious messages to cause a system crash or to modify or expose sensitive memory locations.\nThis vulnerability has a security impact of Important because of its impact on system Confidentiality, Integrity, and Availability, and the fact that only local privileges are required (PR:L).\nThis vulnerability exists in Red Hat Enterprise Linux 8 and later in the i2c-designware-core module.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38380"
},
{
"category": "external",
"summary": "RHBZ#2383381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383381"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38380"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072505-CVE-2025-38380-d1a9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072505-CVE-2025-38380-d1a9@gregkh/T"
}
],
"release_date": "2025-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:14:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the i2c-designware-core module from being loaded. Please see https://access.redhat.com/solutions/41278 for details on how to prevent a kernel module from loading automatically.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: i2c/designware: Fix an initialization issue"
},
{
"cve": "CVE-2025-38471",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383893"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntls: always refresh the queue when reading sock\n\nAfter recent changes in net-next TCP compacts skbs much more\naggressively. This unearthed a bug in TLS where we may try\nto operate on an old skb when checking if all skbs in the\nqueue have matching decrypt state and geometry.\n\n BUG: KASAN: slab-use-after-free in tls_strp_check_rcv+0x898/0x9a0 [tls]\n (net/tls/tls_strp.c:436 net/tls/tls_strp.c:530 net/tls/tls_strp.c:544)\n Read of size 4 at addr ffff888013085750 by task tls/13529\n\n CPU: 2 UID: 0 PID: 13529 Comm: tls Not tainted 6.16.0-rc5-virtme\n Call Trace:\n kasan_report+0xca/0x100\n tls_strp_check_rcv+0x898/0x9a0 [tls]\n tls_rx_rec_wait+0x2c9/0x8d0 [tls]\n tls_sw_recvmsg+0x40f/0x1aa0 [tls]\n inet_recvmsg+0x1c3/0x1f0\n\nAlways reload the queue, fast path is to have the record in the queue\nwhen we wake, anyway (IOW the path going down \"if !strp-\u003estm.full_len\").",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tls: always refresh the queue when reading sock",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This patch fixes a use-after-free bug in the kernel TLS (kTLS) implementation, where stale SKB pointers could be accessed due to aggressive TCP skb compaction.\nThe function tls_strp_read_sock() failed to reload the skb queue unconditionally, potentially leading to dereferencing freed memory in tls_strp_check_rcv().\nThis issue could be triggered remotely over a TCP+TLS connection and may result in kernel crashes or information disclosure.\nWhile the bug requires precise timing and TCP skb compaction behavior, it may be remotely triggered through a TLS stream and can lead to kernel instability or data leakage from freed memory.\nAlthough the underlying bug is a use-after-free read, it can lead to kernel panic on systems with KASAN, SLUB debug, panic_on_oops=1, or when the freed skb is reused and corrupted, potentially causing further memory violations or invalid state propagation in the TLS receive path.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38471"
},
{
"category": "external",
"summary": "RHBZ#2383893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383893"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38471"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072812-CVE-2025-38471-ca92@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072812-CVE-2025-38471-ca92@gregkh/T"
}
],
"release_date": "2025-07-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:14:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module tls 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": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.src",
"RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64",
"RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.131.1.rt14.416.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: tls: always refresh the queue when reading sock"
}
]
}
rhsa-2025:14744
Vulnerability from csaf_redhat
Notes
{
"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.0 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: driver: base: fix UAF when driver_attach failed (CVE-2022-49385)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: tee: amdtee: fix race condition in amdtee_open_session (CVE-2023-53047)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (CVE-2025-37890)\n\n* kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (CVE-2025-38001)\n\n* kernel: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (CVE-2025-38000)\n\n* kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead (CVE-2022-49977)\n\n* kernel: net: qrtr: start MHI channel after endpoit creation (CVE-2022-50044)\n\n* kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte (CVE-2022-49991)\n\n* kernel: sch_hfsc: make hfsc_qlen_notify() idempotent (CVE-2025-38177)\n\n* kernel: net/sched: Always pass notifications when child class becomes empty (CVE-2025-38350)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14744",
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348020"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "2366848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366848"
},
{
"category": "external",
"summary": "2370776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370776"
},
{
"category": "external",
"summary": "2370786",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370786"
},
{
"category": "external",
"summary": "2373574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373574"
},
{
"category": "external",
"summary": "2373627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373627"
},
{
"category": "external",
"summary": "2373639",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373639"
},
{
"category": "external",
"summary": "2376354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376354"
},
{
"category": "external",
"summary": "2382054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382054"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14744.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T18:24:48+00:00",
"generator": {
"date": "2025-11-12T18:24:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14744",
"initial_release_date": "2025-08-27T12:08:18+00:00",
"revision_history": [
{
"date": "2025-08-27T12:08:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-27T12:08:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T18:24:48+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.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product": {
"name": "perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product_id": "perf-0:5.14.0-70.144.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.144.1.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product": {
"name": "perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_id": "perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.144.1.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product": {
"name": "perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product_id": "perf-0:5.14.0-70.144.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.144.1.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.144.1.el9_0.s390x",
"product": {
"name": "perf-0:5.14.0-70.144.1.el9_0.s390x",
"product_id": "perf-0:5.14.0-70.144.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.144.1.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.144.1.el9_0.src",
"product": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.src",
"product_id": "kernel-0:5.14.0-70.144.1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.144.1.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-70.144.1.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"product_id": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-70.144.1.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "perf-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49385",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348020"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndriver: base: fix UAF when driver_attach failed\n\nWhen driver_attach(drv); failed, the driver_private will be freed.\nBut it has been added to the bus, which caused a UAF.\n\nTo fix it, we need to delete it from the bus when failed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: driver: base: fix UAF when driver_attach failed",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49385"
},
{
"category": "external",
"summary": "RHBZ#2348020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49385",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49385"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2022-49385-258c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2022-49385-258c@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: driver: base: fix UAF when driver_attach failed"
},
{
"cve": "CVE-2022-49977",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373574"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead\n\nftrace_startup does not remove ops from ftrace_ops_list when\nftrace_startup_enable fails:\n\nregister_ftrace_function\n ftrace_startup\n __register_ftrace_function\n ...\n add_ftrace_ops(\u0026ftrace_ops_list, ops)\n ...\n ...\n ftrace_startup_enable // if ftrace failed to modify, ftrace_disabled is set to 1\n ...\n return 0 // ops is in the ftrace_ops_list.\n\nWhen ftrace_disabled = 1, unregister_ftrace_function simply returns without doing anything:\nunregister_ftrace_function\n ftrace_shutdown\n if (unlikely(ftrace_disabled))\n return -ENODEV; // return here, __unregister_ftrace_function is not executed,\n // as a result, ops is still in the ftrace_ops_list\n __unregister_ftrace_function\n ...\n\nIf ops is dynamically allocated, it will be free later, in this case,\nis_ftrace_trampoline accesses NULL pointer:\n\nis_ftrace_trampoline\n ftrace_ops_trampoline\n do_for_each_ftrace_op(op, ftrace_ops_list) // OOPS! op may be NULL!\n\nSyzkaller reports as follows:\n[ 1203.506103] BUG: kernel NULL pointer dereference, address: 000000000000010b\n[ 1203.508039] #PF: supervisor read access in kernel mode\n[ 1203.508798] #PF: error_code(0x0000) - not-present page\n[ 1203.509558] PGD 800000011660b067 P4D 800000011660b067 PUD 130fb8067 PMD 0\n[ 1203.510560] Oops: 0000 [#1] SMP KASAN PTI\n[ 1203.511189] CPU: 6 PID: 29532 Comm: syz-executor.2 Tainted: G B W 5.10.0 #8\n[ 1203.512324] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014\n[ 1203.513895] RIP: 0010:is_ftrace_trampoline+0x26/0xb0\n[ 1203.514644] Code: ff eb d3 90 41 55 41 54 49 89 fc 55 53 e8 f2 00 fd ff 48 8b 1d 3b 35 5d 03 e8 e6 00 fd ff 48 8d bb 90 00 00 00 e8 2a 81 26 00 \u003c48\u003e 8b ab 90 00 00 00 48 85 ed 74 1d e8 c9 00 fd ff 48 8d bb 98 00\n[ 1203.518838] RSP: 0018:ffffc900012cf960 EFLAGS: 00010246\n[ 1203.520092] RAX: 0000000000000000 RBX: 000000000000007b RCX: ffffffff8a331866\n[ 1203.521469] RDX: 0000000000000000 RSI: 0000000000000008 RDI: 000000000000010b\n[ 1203.522583] RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffff8df18b07\n[ 1203.523550] R10: fffffbfff1be3160 R11: 0000000000000001 R12: 0000000000478399\n[ 1203.524596] R13: 0000000000000000 R14: ffff888145088000 R15: 0000000000000008\n[ 1203.525634] FS: 00007f429f5f4700(0000) GS:ffff8881daf00000(0000) knlGS:0000000000000000\n[ 1203.526801] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 1203.527626] CR2: 000000000000010b CR3: 0000000170e1e001 CR4: 00000000003706e0\n[ 1203.528611] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 1203.529605] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n\nTherefore, when ftrace_startup_enable fails, we need to rollback registration\nprocess and remove ops from ftrace_ops_list.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49977"
},
{
"category": "external",
"summary": "RHBZ#2373574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373574"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49977"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49977",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49977"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061819-CVE-2022-49977-3826@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061819-CVE-2022-49977-3826@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead"
},
{
"cve": "CVE-2022-49991",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373639"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte\n\nIn MCOPY_ATOMIC_CONTINUE case with a non-shared VMA, pages in the page\ncache are installed in the ptes. But hugepage_add_new_anon_rmap is called\nfor them mistakenly because they\u0027re not vm_shared. This will corrupt the\npage-\u003emapping used by page cache code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49991"
},
{
"category": "external",
"summary": "RHBZ#2373639",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373639"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49991"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49991",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49991"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061824-CVE-2022-49991-c44f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061824-CVE-2022-49991-c44f@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/hugetlb: avoid corrupting page-\u003emapping in hugetlb_mcopy_atomic_pte"
},
{
"cve": "CVE-2022-50044",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373627"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: qrtr: start MHI channel after endpoit creation\n\nMHI channel may generates event/interrupt right after enabling.\nIt may leads to 2 race conditions issues.\n\n1)\nSuch event may be dropped by qcom_mhi_qrtr_dl_callback() at check:\n\n\tif (!qdev || mhi_res-\u003etransaction_status)\n\t\treturn;\n\nBecause dev_set_drvdata(\u0026mhi_dev-\u003edev, qdev) may be not performed at\nthis moment. In this situation qrtr-ns will be unable to enumerate\nservices in device.\n---------------------------------------------------------------\n\n2)\nSuch event may come at the moment after dev_set_drvdata() and\nbefore qrtr_endpoint_register(). In this case kernel will panic with\naccessing wrong pointer at qcom_mhi_qrtr_dl_callback():\n\n\trc = qrtr_endpoint_post(\u0026qdev-\u003eep, mhi_res-\u003ebuf_addr,\n\t\t\t\tmhi_res-\u003ebytes_xferd);\n\nBecause endpoint is not created yet.\n--------------------------------------------------------------\nSo move mhi_prepare_for_transfer_autoqueue after endpoint creation\nto fix it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: qrtr: start MHI channel after endpoit creation",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50044"
},
{
"category": "external",
"summary": "RHBZ#2373627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50044"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50044-0b6b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50044-0b6b@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: qrtr: start MHI channel after endpoit creation"
},
{
"cve": "CVE-2023-53047",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363689"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the AMD TEE driver in the Linux kernel. The flaw occurs from a race condition in the `amdtee_open_session()` function, where the session is marked as active in `sess-\u003esess_mask` before the corresponding `sess` structure is fully initialized. If a parallel thread invokes `amdtee_close_session()` during this window of time, it can lead to the structure being freed prematurely. This can lead to system instability, a denial of service, or remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tee: amdtee: fix race condition in amdtee_open_session",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53047"
},
{
"category": "external",
"summary": "RHBZ#2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tee: amdtee: fix race condition in amdtee_open_session"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37890",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366848"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability has been identified in the Linux kernel\u0027s HFSC (Hierarchical Fair Service Curve) queuing discipline when it is configured with NETEM (Network Emulation) as a child. This flaw can lead to a kernel panic or crash due to incorrect assumptions about the queue state.\n\nExploitation of this vulnerability requires local access with CAP_NET_ADMIN privileges and control over the qdisc (queueing discipline) setup. A local attacker could leverage this flaw to achieve denial of service or escalate privileges. Given that it affects kernel memory structures, successful exploitation could result in memory corruption, data leaks, or arbitrary write capabilities, leading to a full kernel crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. Red Hat Enterprise Linux 6 and 7 are not affected by this CVE because they did not include the upstream commit that introduced the CVE (37d9cf1).",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37890"
},
{
"category": "external",
"summary": "RHBZ#2366848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366848"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37890"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025051617-CVE-2025-37890-437b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025051617-CVE-2025-37890-437b@gregkh/T"
}
],
"release_date": "2025-05-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc"
},
{
"cve": "CVE-2025-38000",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-06-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370786"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HFSC queueing discipline implementation in the Linux kernel. When a packet is enqueued and the child qdisc\u0027s peek() function is called before properly updating the HFSC queue\u0027s length and backlog counters, a race condition can occur. In some cases, the peek operation may trigger an immediate dequeue and drop, leading to inconsistent queue accounting. This may leave an empty HFSC class in the active list, eventually causing use-after-free (UAF) conditions. Due to the nature of this memory corruption (use-after-free or list corruption) in kernel scheduler code, a successful exploit could lead to privilege escalation, data leakage, or denial of service. Therefore, the CIA impact is assessed as HHH to reflect a worst-case.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. On Red Hat Enterprise Linux 7, unprivileged user namespaces are disabled by default. Red Hat Enterprise Linux 6 did not include support for them at all, meaning that root privileges are necessary to trigger this flaw.",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38000"
},
{
"category": "external",
"summary": "RHBZ#2370786",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370786"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38000",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38000"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025060639-CVE-2025-38000-f5a4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025060639-CVE-2025-38000-f5a4@gregkh/T"
}
],
"release_date": "2025-06-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()"
},
{
"cve": "CVE-2025-38001",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-06-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370776"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free (UAF) vulnerability, which also presents a potential infinite loop condition, has been resolved in the Linux kernel. This flaw affects the HFSC (Hierarchical Fair Service Curve) queuing discipline when it is used in conjunction with NETEM (Network Emulation).\n\nA malicious user could exploit this by repeatedly inserting a class into the eltree due to insufficient validation in prior logic, effectively bypassing the protection provided by the HFSC_RSC flag. Successful exploitation could lead to memory corruption, an infinite loop, or a system crash, severely impacting network availability and system stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. Red Hat Enterprise Linux 6 and 7 are not affected by this CVE because they did not include the upstream commit that introduced the CVE (37d9cf1).",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38001"
},
{
"category": "external",
"summary": "RHBZ#2370776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38001",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38001"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025060650-CVE-2025-38001-f921@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025060650-CVE-2025-38001-f921@gregkh/T"
}
],
"release_date": "2025-06-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice"
},
{
"cve": "CVE-2025-38177",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2025-07-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376354"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsch_hfsc: make hfsc_qlen_notify() idempotent\n\nhfsc_qlen_notify() is not idempotent either and not friendly\nto its callers, like fq_codel_dequeue(). Let\u0027s make it idempotent\nto ease qdisc_tree_reduce_backlog() callers\u0027 life:\n\n1. update_vf() decreases cl-\u003ecl_nactive, so we can check whether it is\nnon-zero before calling it.\n\n2. eltree_remove() always removes RB node cl-\u003eel_node, but we can use\n RB_EMPTY_NODE() + RB_CLEAR_NODE() to make it safe.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sch_hfsc: make hfsc_qlen_notify() idempotent",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38177"
},
{
"category": "external",
"summary": "RHBZ#2376354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376354"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38177"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070411-CVE-2025-38177-bd6c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070411-CVE-2025-38177-bd6c@gregkh/T"
}
],
"release_date": "2025-07-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sch_hfsc: make hfsc_qlen_notify() idempotent"
},
{
"cve": "CVE-2025-38350",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2382054"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free (UAF) vulnerability was found in the Linux kernel\u0027s net/sched subsystem, specifically in the Credit-Based Shaper (CBS) qdisc implementation (sch_cbs). The vulnerability occurs because the CBS qdisc\u0027s reset function (qdisc_reset_queue()) only resets its internal queue but fails to reset its child qdisc recursively. As a result, a mismatch in queue length (qlen) occurs between CBS and its children during interface resets, eventually allowing attackers to trigger UAF on a parent HFSC scheduler.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Always pass notifications when child class becomes empty",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat Enterprise Linux 8 and later releases, regular (non-root) users can exploit this issue by abusing unprivileged user namespaces. On Red Hat Enterprise Linux 7, unprivileged user namespaces are disabled by default. Red Hat Enterprise Linux 6 did not include support for them at all, meaning that root privileges are necessary to trigger this flaw.",
"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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38350"
},
{
"category": "external",
"summary": "RHBZ#2382054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38350",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38350"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071933-CVE-2025-38350-262a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071933-CVE-2025-38350-262a@gregkh/T"
}
],
"release_date": "2025-07-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T12:08:18+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.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the sch_cbs module from being loaded. Please see https://access.redhat.com/solutions/41278 for how information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.144.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.144.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.144.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Always pass notifications when child class becomes empty"
}
]
}
rhsa-2025:14003
Vulnerability from csaf_redhat
Notes
{
"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: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: tee: amdtee: fix race condition in amdtee_open_session (CVE-2023-53047)\n\n* kernel: scsi: lpfc: Use memcpy() for BIOS version (CVE-2025-38332)\n\n* kernel: i2c/designware: Fix an initialization issue (CVE-2025-38380)\n\n* kernel: tls: always refresh the queue when reading sock (CVE-2025-38471)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14003",
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "2379246",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379246"
},
{
"category": "external",
"summary": "2383381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383381"
},
{
"category": "external",
"summary": "2383893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383893"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14003.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T18:24:50+00:00",
"generator": {
"date": "2025-11-12T18:24:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14003",
"initial_release_date": "2025-08-18T12:00:00+00:00",
"revision_history": [
{
"date": "2025-08-18T12:00:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T12:00:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T18:24:50+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.131.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.131.1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.131.1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.131.1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.131.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.131.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.131.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.131.1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.131.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.131.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.131.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.131.1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.131.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.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-0:5.14.0-284.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.131.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-headers-0:5.14.0-284.131.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.131.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-0:5.14.0-284.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.131.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.131.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.131.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.131.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.131.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.131.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-53047",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363689"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the AMD TEE driver in the Linux kernel. The flaw occurs from a race condition in the `amdtee_open_session()` function, where the session is marked as active in `sess-\u003esess_mask` before the corresponding `sess` structure is fully initialized. If a parallel thread invokes `amdtee_close_session()` during this window of time, it can lead to the structure being freed prematurely. This can lead to system instability, a denial of service, or remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tee: amdtee: fix race condition in amdtee_open_session",
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53047"
},
{
"category": "external",
"summary": "RHBZ#2363689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050204-CVE-2023-53047-7e31@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:00:00+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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tee: amdtee: fix race condition in amdtee_open_session"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:00:00+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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
}
],
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-38332",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379246"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Use memcpy() for BIOS version\n\nThe strlcat() with FORTIFY support is triggering a panic because it\nthinks the target buffer will overflow although the correct target\nbuffer size is passed in.\n\nAnyway, instead of memset() with 0 followed by a strlcat(), just use\nmemcpy() and ensure that the resulting buffer is NULL terminated.\n\nBIOSVersion is only used for the lpfc_printf_log() which expects a\nproperly terminated string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Use memcpy() for BIOS version",
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38332"
},
{
"category": "external",
"summary": "RHBZ#2379246",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379246"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38332"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071033-CVE-2025-38332-9590@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071033-CVE-2025-38332-9590@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:00:00+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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Use memcpy() for BIOS version"
},
{
"cve": "CVE-2025-38380",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383381"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: i2c/designware: Fix an initialization issue",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability exists in the driver for certain hardware which supports the I2C protocol. This hardware is often used to interface with low-speed peripherals such as human interface devices. By exploiting a flaw in how the hardware handles certain messages, an attacker could craft malicious messages to cause a system crash or to modify or expose sensitive memory locations.\nThis vulnerability has a security impact of Important because of its impact on system Confidentiality, Integrity, and Availability, and the fact that only local privileges are required (PR:L).\nThis vulnerability exists in Red Hat Enterprise Linux 8 and later in the i2c-designware-core module.",
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38380"
},
{
"category": "external",
"summary": "RHBZ#2383381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383381"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38380"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072505-CVE-2025-38380-d1a9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072505-CVE-2025-38380-d1a9@gregkh/T"
}
],
"release_date": "2025-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:00:00+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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the i2c-designware-core module from being loaded. Please see https://access.redhat.com/solutions/41278 for details on how to prevent a kernel module from loading automatically.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: i2c/designware: Fix an initialization issue"
},
{
"cve": "CVE-2025-38471",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383893"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntls: always refresh the queue when reading sock\n\nAfter recent changes in net-next TCP compacts skbs much more\naggressively. This unearthed a bug in TLS where we may try\nto operate on an old skb when checking if all skbs in the\nqueue have matching decrypt state and geometry.\n\n BUG: KASAN: slab-use-after-free in tls_strp_check_rcv+0x898/0x9a0 [tls]\n (net/tls/tls_strp.c:436 net/tls/tls_strp.c:530 net/tls/tls_strp.c:544)\n Read of size 4 at addr ffff888013085750 by task tls/13529\n\n CPU: 2 UID: 0 PID: 13529 Comm: tls Not tainted 6.16.0-rc5-virtme\n Call Trace:\n kasan_report+0xca/0x100\n tls_strp_check_rcv+0x898/0x9a0 [tls]\n tls_rx_rec_wait+0x2c9/0x8d0 [tls]\n tls_sw_recvmsg+0x40f/0x1aa0 [tls]\n inet_recvmsg+0x1c3/0x1f0\n\nAlways reload the queue, fast path is to have the record in the queue\nwhen we wake, anyway (IOW the path going down \"if !strp-\u003estm.full_len\").",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tls: always refresh the queue when reading sock",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This patch fixes a use-after-free bug in the kernel TLS (kTLS) implementation, where stale SKB pointers could be accessed due to aggressive TCP skb compaction.\nThe function tls_strp_read_sock() failed to reload the skb queue unconditionally, potentially leading to dereferencing freed memory in tls_strp_check_rcv().\nThis issue could be triggered remotely over a TCP+TLS connection and may result in kernel crashes or information disclosure.\nWhile the bug requires precise timing and TCP skb compaction behavior, it may be remotely triggered through a TLS stream and can lead to kernel instability or data leakage from freed memory.\nAlthough the underlying bug is a use-after-free read, it can lead to kernel panic on systems with KASAN, SLUB debug, panic_on_oops=1, or when the freed skb is reused and corrupted, potentially causing further memory violations or invalid state propagation in the TLS receive path.",
"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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38471"
},
{
"category": "external",
"summary": "RHBZ#2383893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383893"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38471"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072812-CVE-2025-38471-ca92@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072812-CVE-2025-38471-ca92@gregkh/T"
}
],
"release_date": "2025-07-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T12:00:00+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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module tls 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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/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.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.131.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.131.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.131.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: tls: always refresh the queue when reading sock"
}
]
}
rhsa-2025:16919
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails (CVE-2022-50087)\n\n* kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16919",
"url": "https://access.redhat.com/errata/RHSA-2025:16919"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16919.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:36:16+00:00",
"generator": {
"date": "2025-11-12T16:36:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:16919",
"initial_release_date": "2025-09-29T12:19:03+00:00",
"revision_history": [
{
"date": "2025-09-29T12:19:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-29T12:19:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:36:16+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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.77.1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.77.1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.77.1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "perf-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "perf-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.77.1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.77.1.el8_10.src",
"product": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.src",
"product_id": "kernel-0:4.18.0-553.77.1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.77.1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-553.77.1.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"product_id": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-553.77.1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "perf-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-50087",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373539"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails\n\nWhen scpi probe fails, at any point, we need to ensure that the scpi_info\nis not set and will remain NULL until the probe succeeds. If it is not\ntaken care, then it could result use-after-free as the value is exported\nvia get_scpi_ops() and could refer to a memory allocated via devm_kzalloc()\nbut freed when the probe fails.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50087"
},
{
"category": "external",
"summary": "RHBZ#2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T12:19:03+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16919"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T12:19:03+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16919"
}
],
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T12:19:03+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16919"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38718",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"discovery_date": "2025-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393166"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: linearize cloned gso packets in sctp_rcv\n\nA cloned head skb still shares these frag skbs in fraglist with the\noriginal head skb. It\u0027s not safe to access these frag skbs.\n\nsyzbot reported two use-of-uninitialized-memory bugs caused by this:\n\n BUG: KMSAN: uninit-value in sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_assoc_bh_rcv+0x1a7/0xc50 net/sctp/associola.c:998\n sctp_inq_push+0x2ef/0x380 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x397/0xdb0 net/sctp/input.c:331\n sk_backlog_rcv+0x13b/0x420 include/net/sock.h:1122\n __release_sock+0x1da/0x330 net/core/sock.c:3106\n release_sock+0x6b/0x250 net/core/sock.c:3660\n sctp_wait_for_connect+0x487/0x820 net/sctp/socket.c:9360\n sctp_sendmsg_to_asoc+0x1ec1/0x1f00 net/sctp/socket.c:1885\n sctp_sendmsg+0x32b9/0x4a80 net/sctp/socket.c:2031\n inet_sendmsg+0x25a/0x280 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:718 [inline]\n\nand\n\n BUG: KMSAN: uninit-value in sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_inq_push+0x2a3/0x350 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x3c7/0xda0 net/sctp/input.c:331\n sk_backlog_rcv+0x142/0x420 include/net/sock.h:1148\n __release_sock+0x1d3/0x330 net/core/sock.c:3213\n release_sock+0x6b/0x270 net/core/sock.c:3767\n sctp_wait_for_connect+0x458/0x820 net/sctp/socket.c:9367\n sctp_sendmsg_to_asoc+0x223a/0x2260 net/sctp/socket.c:1886\n sctp_sendmsg+0x3910/0x49f0 net/sctp/socket.c:2032\n inet_sendmsg+0x269/0x2a0 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:712 [inline]\n\nThis patch fixes it by linearizing cloned gso packets in sctp_rcv().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sctp: linearize cloned gso packets in sctp_rcv",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in the SCTP receive path failed to linearize cloned GSO sk_buffs before accessing fraglists, leading to reads of uninitialized memory as reported by KMSAN. An attacker sending SCTP traffic can trigger incorrect processing and potentially cause a kernel denial of service on the target under specific RX conditions.\nStream Control Transmission Protocol (SCTP) is a transport-layer protocol (like TCP or UDP) primarily used in telecom signaling and some specialized applications. On most Linux systems it is disabled by default, and remote connectivity is only possible if SCTP support is enabled and listening services are configured (commonly using the IANA-assigned port 2905/tcp for M3UA or other protocol-specific ports). Therefore, the vulnerability is only exploitable when SCTP is enabled and reachable on the target system.\nAlthough KMSAN reports this issue as use of uninitialized memory (which deterministically crashes with KMSAN enabled), on production kernels the impact is still availability-related.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38718"
},
{
"category": "external",
"summary": "RHBZ#2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T12:19:03+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16919"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sctp 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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.77.1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.77.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.77.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sctp: linearize cloned gso packets in sctp_rcv"
}
]
}
rhsa-2025:16920
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails (CVE-2022-50087)\n\n* kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16920",
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16920.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2025-11-12T16:36:16+00:00",
"generator": {
"date": "2025-11-12T16:36:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:16920",
"initial_release_date": "2025-09-29T10:24:03+00:00",
"revision_history": [
{
"date": "2025-09-29T10:24:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-29T10:24:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:36:16+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 NFV (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"product": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"product_id": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.77.1.rt7.418.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-553.77.1.rt7.418.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src"
},
"product_reference": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src"
},
"product_reference": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-50087",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373539"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails\n\nWhen scpi probe fails, at any point, we need to ensure that the scpi_info\nis not set and will remain NULL until the probe succeeds. If it is not\ntaken care, then it could result use-after-free as the value is exported\nvia get_scpi_ops() and could refer to a memory allocated via devm_kzalloc()\nbut freed when the probe fails.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50087"
},
{
"category": "external",
"summary": "RHBZ#2373539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T10:24:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T10:24:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
}
],
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T10:24:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc 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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38718",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"discovery_date": "2025-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393166"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: linearize cloned gso packets in sctp_rcv\n\nA cloned head skb still shares these frag skbs in fraglist with the\noriginal head skb. It\u0027s not safe to access these frag skbs.\n\nsyzbot reported two use-of-uninitialized-memory bugs caused by this:\n\n BUG: KMSAN: uninit-value in sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_assoc_bh_rcv+0x1a7/0xc50 net/sctp/associola.c:998\n sctp_inq_push+0x2ef/0x380 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x397/0xdb0 net/sctp/input.c:331\n sk_backlog_rcv+0x13b/0x420 include/net/sock.h:1122\n __release_sock+0x1da/0x330 net/core/sock.c:3106\n release_sock+0x6b/0x250 net/core/sock.c:3660\n sctp_wait_for_connect+0x487/0x820 net/sctp/socket.c:9360\n sctp_sendmsg_to_asoc+0x1ec1/0x1f00 net/sctp/socket.c:1885\n sctp_sendmsg+0x32b9/0x4a80 net/sctp/socket.c:2031\n inet_sendmsg+0x25a/0x280 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:718 [inline]\n\nand\n\n BUG: KMSAN: uninit-value in sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_inq_push+0x2a3/0x350 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x3c7/0xda0 net/sctp/input.c:331\n sk_backlog_rcv+0x142/0x420 include/net/sock.h:1148\n __release_sock+0x1d3/0x330 net/core/sock.c:3213\n release_sock+0x6b/0x270 net/core/sock.c:3767\n sctp_wait_for_connect+0x458/0x820 net/sctp/socket.c:9367\n sctp_sendmsg_to_asoc+0x223a/0x2260 net/sctp/socket.c:1886\n sctp_sendmsg+0x3910/0x49f0 net/sctp/socket.c:2032\n inet_sendmsg+0x269/0x2a0 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:712 [inline]\n\nThis patch fixes it by linearizing cloned gso packets in sctp_rcv().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sctp: linearize cloned gso packets in sctp_rcv",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in the SCTP receive path failed to linearize cloned GSO sk_buffs before accessing fraglists, leading to reads of uninitialized memory as reported by KMSAN. An attacker sending SCTP traffic can trigger incorrect processing and potentially cause a kernel denial of service on the target under specific RX conditions.\nStream Control Transmission Protocol (SCTP) is a transport-layer protocol (like TCP or UDP) primarily used in telecom signaling and some specialized applications. On most Linux systems it is disabled by default, and remote connectivity is only possible if SCTP support is enabled and listening services are configured (commonly using the IANA-assigned port 2905/tcp for M3UA or other protocol-specific ports). Therefore, the vulnerability is only exploitable when SCTP is enabled and reachable on the target system.\nAlthough KMSAN reports this issue as use of uninitialized memory (which deterministically crashes with KMSAN enabled), on production kernels the impact is still availability-related.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38718"
},
{
"category": "external",
"summary": "RHBZ#2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-29T10:24:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sctp 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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.77.1.rt7.418.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sctp: linearize cloned gso packets in sctp_rcv"
}
]
}
rhsa-2025:17396
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:17396",
"url": "https://access.redhat.com/errata/RHSA-2025:17396"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17396.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2025-11-12T16:36:32+00:00",
"generator": {
"date": "2025-11-12T16:36:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:17396",
"initial_release_date": "2025-10-07T16:56:44+00:00",
"revision_history": [
{
"date": "2025-10-07T16:56:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-07T16:56:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T16:36:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.38.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.38.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.38.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.38.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.38.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.38.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.38.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.38.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.38.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.src",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.src",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.38.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.38.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-07T16:56:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17396"
}
],
"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-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-38718",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"discovery_date": "2025-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393166"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: linearize cloned gso packets in sctp_rcv\n\nA cloned head skb still shares these frag skbs in fraglist with the\noriginal head skb. It\u0027s not safe to access these frag skbs.\n\nsyzbot reported two use-of-uninitialized-memory bugs caused by this:\n\n BUG: KMSAN: uninit-value in sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_inq_pop+0x15b7/0x1920 net/sctp/inqueue.c:211\n sctp_assoc_bh_rcv+0x1a7/0xc50 net/sctp/associola.c:998\n sctp_inq_push+0x2ef/0x380 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x397/0xdb0 net/sctp/input.c:331\n sk_backlog_rcv+0x13b/0x420 include/net/sock.h:1122\n __release_sock+0x1da/0x330 net/core/sock.c:3106\n release_sock+0x6b/0x250 net/core/sock.c:3660\n sctp_wait_for_connect+0x487/0x820 net/sctp/socket.c:9360\n sctp_sendmsg_to_asoc+0x1ec1/0x1f00 net/sctp/socket.c:1885\n sctp_sendmsg+0x32b9/0x4a80 net/sctp/socket.c:2031\n inet_sendmsg+0x25a/0x280 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:718 [inline]\n\nand\n\n BUG: KMSAN: uninit-value in sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_assoc_bh_rcv+0x34e/0xbc0 net/sctp/associola.c:987\n sctp_inq_push+0x2a3/0x350 net/sctp/inqueue.c:88\n sctp_backlog_rcv+0x3c7/0xda0 net/sctp/input.c:331\n sk_backlog_rcv+0x142/0x420 include/net/sock.h:1148\n __release_sock+0x1d3/0x330 net/core/sock.c:3213\n release_sock+0x6b/0x270 net/core/sock.c:3767\n sctp_wait_for_connect+0x458/0x820 net/sctp/socket.c:9367\n sctp_sendmsg_to_asoc+0x223a/0x2260 net/sctp/socket.c:1886\n sctp_sendmsg+0x3910/0x49f0 net/sctp/socket.c:2032\n inet_sendmsg+0x269/0x2a0 net/ipv4/af_inet.c:851\n sock_sendmsg_nosec net/socket.c:712 [inline]\n\nThis patch fixes it by linearizing cloned gso packets in sctp_rcv().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sctp: linearize cloned gso packets in sctp_rcv",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in the SCTP receive path failed to linearize cloned GSO sk_buffs before accessing fraglists, leading to reads of uninitialized memory as reported by KMSAN. An attacker sending SCTP traffic can trigger incorrect processing and potentially cause a kernel denial of service on the target under specific RX conditions.\nStream Control Transmission Protocol (SCTP) is a transport-layer protocol (like TCP or UDP) primarily used in telecom signaling and some specialized applications. On most Linux systems it is disabled by default, and remote connectivity is only possible if SCTP support is enabled and listening services are configured (commonly using the IANA-assigned port 2905/tcp for M3UA or other protocol-specific ports). Therefore, the vulnerability is only exploitable when SCTP is enabled and reachable on the target system.\nAlthough KMSAN reports this issue as use of uninitialized memory (which deterministically crashes with KMSAN enabled), on production kernels the impact is still availability-related.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38718"
},
{
"category": "external",
"summary": "RHBZ#2393166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-07T16:56:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17396"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sctp 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-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"AppStream-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"AppStream-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"BaseOS-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"BaseOS-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"CRB-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"CRB-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"NFV-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"NFV-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.src",
"RT-10.0.Z:kernel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-doc-0:6.12.0-55.38.1.el10_0.noarch",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rtla-0:6.12.0-55.38.1.el10_0.x86_64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.aarch64",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.ppc64le",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.s390x",
"RT-10.0.Z:rv-0:6.12.0-55.38.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sctp: linearize cloned gso packets in sctp_rcv"
}
]
}
CERTFR-2025-AVI-0744
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 7.7 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 7.7 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-38380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38380"
},
{
"name": "CVE-2025-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38417"
},
{
"name": "CVE-2022-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50020"
},
{
"name": "CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2022-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50044"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47670"
},
{
"name": "CVE-2022-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49991"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50022"
},
{
"name": "CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"name": "CVE-2022-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49977"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2022-49788",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49788"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
}
],
"initial_release_date": "2025-08-29T00:00:00",
"last_revision_date": "2025-08-29T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0744",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-08-29T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14418",
"url": "https://access.redhat.com/errata/RHSA-2025:14418"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14696",
"url": "https://access.redhat.com/errata/RHSA-2025:14696"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14692",
"url": "https://access.redhat.com/errata/RHSA-2025:14692"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14691",
"url": "https://access.redhat.com/errata/RHSA-2025:14691"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14749",
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14744",
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14511",
"url": "https://access.redhat.com/errata/RHSA-2025:14511"
},
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14510",
"url": "https://access.redhat.com/errata/RHSA-2025:14510"
},
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14439",
"url": "https://access.redhat.com/errata/RHSA-2025:14439"
},
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14420",
"url": "https://access.redhat.com/errata/RHSA-2025:14420"
},
{
"published_at": "2025-08-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14413",
"url": "https://access.redhat.com/errata/RHSA-2025:14413"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14742",
"url": "https://access.redhat.com/errata/RHSA-2025:14742"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14748",
"url": "https://access.redhat.com/errata/RHSA-2025:14748"
},
{
"published_at": "2025-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14746",
"url": "https://access.redhat.com/errata/RHSA-2025:14746"
}
]
}
CERTFR-2025-AVI-0559
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.04",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3640"
},
{
"name": "CVE-2024-26982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26982"
},
{
"name": "CVE-2021-47211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47211"
},
{
"name": "CVE-2021-47260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47260"
},
{
"name": "CVE-2023-52664",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52664"
},
{
"name": "CVE-2021-47576",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47576"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2024-53222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53222"
},
{
"name": "CVE-2024-56551",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56551"
},
{
"name": "CVE-2024-56599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56599"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21647"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2024-57978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57978"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2023-52927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52927"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2025-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21865"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21971"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21993"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22033"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22093"
},
{
"name": "CVE-2025-22095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22095"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-22126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22126"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-21902",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21902"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21906"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-21923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21923"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22036"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-22064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22064"
},
{
"name": "CVE-2025-22065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22065"
},
{
"name": "CVE-2025-22080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22080"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-22102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22102"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2025-22106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22106"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2025-22108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22108"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-22115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22115"
},
{
"name": "CVE-2025-22116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22116"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2025-22128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22128"
},
{
"name": "CVE-2025-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23129"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
},
{
"name": "CVE-2025-37860",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37860"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-37748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37748"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37769"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-37772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37772"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37801"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-37815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37815"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-37865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37865"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2025-37979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37979"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49909"
},
{
"name": "CVE-2025-22030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22030"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2025-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22070"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2025-37755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37755"
},
{
"name": "CVE-2025-37809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37809"
},
{
"name": "CVE-2025-37831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37831"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-37886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37886"
},
{
"name": "CVE-2025-37887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37887"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21893",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21893"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-21973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21973"
},
{
"name": "CVE-2025-21974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21974"
},
{
"name": "CVE-2025-21989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21989"
},
{
"name": "CVE-2025-21990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21990"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2025-22085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22085"
},
{
"name": "CVE-2025-22091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22091"
},
{
"name": "CVE-2025-22094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22094"
},
{
"name": "CVE-2025-22112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22112"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-22117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22117"
},
{
"name": "CVE-2025-22118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22118"
},
{
"name": "CVE-2025-22119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22119"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-23134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23134"
},
{
"name": "CVE-2025-23149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23149"
},
{
"name": "CVE-2025-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23154"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2025-37754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37754"
},
{
"name": "CVE-2025-37793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37793"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-37846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37846"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-37873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37873"
},
{
"name": "CVE-2025-37874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37874"
},
{
"name": "CVE-2025-37925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37925"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2025-37978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37978"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2025-37986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37986"
},
{
"name": "CVE-2025-37987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37987"
},
{
"name": "CVE-2025-38104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38104"
},
{
"name": "CVE-2025-38240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38240"
},
{
"name": "CVE-2025-40014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40014"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2024-58092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58092"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2025-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21939"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21984"
},
{
"name": "CVE-2025-21998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21998"
},
{
"name": "CVE-2025-22000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22000"
},
{
"name": "CVE-2025-22002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22002"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-22023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22023"
},
{
"name": "CVE-2025-22024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22024"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-22031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22031"
},
{
"name": "CVE-2025-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22032"
},
{
"name": "CVE-2025-22034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22034"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2025-22046",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22046"
},
{
"name": "CVE-2025-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22047"
},
{
"name": "CVE-2025-22051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22051"
},
{
"name": "CVE-2025-22052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22052"
},
{
"name": "CVE-2025-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22059"
},
{
"name": "CVE-2025-22061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22061"
},
{
"name": "CVE-2025-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22067"
},
{
"name": "CVE-2025-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22068"
},
{
"name": "CVE-2025-22069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22069"
},
{
"name": "CVE-2025-22074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22074"
},
{
"name": "CVE-2025-22076",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22076"
},
{
"name": "CVE-2025-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22078"
},
{
"name": "CVE-2025-22082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22082"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2025-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22084"
},
{
"name": "CVE-2025-22087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22087"
},
{
"name": "CVE-2025-22092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22092"
},
{
"name": "CVE-2025-22096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22096"
},
{
"name": "CVE-2025-22098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22098"
},
{
"name": "CVE-2025-22099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22099"
},
{
"name": "CVE-2025-22100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22100"
},
{
"name": "CVE-2025-22101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22101"
},
{
"name": "CVE-2025-22110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22110"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2025-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22114"
},
{
"name": "CVE-2025-22120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22120"
},
{
"name": "CVE-2025-22122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22122"
},
{
"name": "CVE-2025-22123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22123"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2025-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23135"
},
{
"name": "CVE-2025-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23137"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2025-23152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23152"
},
{
"name": "CVE-2025-23153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23153"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2025-37751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37751"
},
{
"name": "CVE-2025-37759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37759"
},
{
"name": "CVE-2025-37760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37760"
},
{
"name": "CVE-2025-37761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37761"
},
{
"name": "CVE-2025-37762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37762"
},
{
"name": "CVE-2025-37763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37763"
},
{
"name": "CVE-2025-37764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37764"
},
{
"name": "CVE-2025-37774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37774"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2025-37779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37779"
},
{
"name": "CVE-2025-37783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37783"
},
{
"name": "CVE-2025-37784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37784"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2025-37791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37791"
},
{
"name": "CVE-2025-37802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37802"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-37813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37813"
},
{
"name": "CVE-2025-37814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37814"
},
{
"name": "CVE-2025-37816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37816"
},
{
"name": "CVE-2025-37821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37821"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-37825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37825"
},
{
"name": "CVE-2025-37826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37826"
},
{
"name": "CVE-2025-37827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37827"
},
{
"name": "CVE-2025-37828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37828"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-37837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37837"
},
{
"name": "CVE-2025-37843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37843"
},
{
"name": "CVE-2025-37845",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37845"
},
{
"name": "CVE-2025-37847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37847"
},
{
"name": "CVE-2025-37848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37848"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2025-37863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37863"
},
{
"name": "CVE-2025-37864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37864"
},
{
"name": "CVE-2025-37866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37866"
},
{
"name": "CVE-2025-37868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37868"
},
{
"name": "CVE-2025-37869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37869"
},
{
"name": "CVE-2025-37872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37872"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2025-37888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37888"
},
{
"name": "CVE-2025-37939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37939"
},
{
"name": "CVE-2025-37941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37941"
},
{
"name": "CVE-2025-37942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37942"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-37975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37975"
},
{
"name": "CVE-2025-37977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37977"
},
{
"name": "CVE-2025-37981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37981"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-37988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37988"
},
{
"name": "CVE-2025-38049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38049"
},
{
"name": "CVE-2025-38479",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38479"
},
{
"name": "CVE-2025-39688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39688"
},
{
"name": "CVE-2025-39755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39755"
},
{
"name": "CVE-2025-39778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39778"
},
{
"name": "CVE-2025-39930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39930"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2025-40114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40114"
}
],
"initial_release_date": "2025-07-04T00:00:00",
"last_revision_date": "2025-07-04T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0559",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-2",
"url": "https://ubuntu.com/security/notices/USN-7607-2"
},
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-3",
"url": "https://ubuntu.com/security/notices/USN-7595-3"
},
{
"published_at": "2025-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-6",
"url": "https://ubuntu.com/security/notices/USN-7585-6"
},
{
"published_at": "2025-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7605-1",
"url": "https://ubuntu.com/security/notices/USN-7605-1"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-3",
"url": "https://ubuntu.com/security/notices/USN-7608-3"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7602-1",
"url": "https://ubuntu.com/security/notices/USN-7602-1"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7594-2",
"url": "https://ubuntu.com/security/notices/USN-7594-2"
},
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7596-2",
"url": "https://ubuntu.com/security/notices/USN-7596-2"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-1",
"url": "https://ubuntu.com/security/notices/USN-7609-1"
},
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-4",
"url": "https://ubuntu.com/security/notices/USN-7585-4"
},
{
"published_at": "2025-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-4",
"url": "https://ubuntu.com/security/notices/USN-7608-4"
},
{
"published_at": "2025-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7606-1",
"url": "https://ubuntu.com/security/notices/USN-7606-1"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-4",
"url": "https://ubuntu.com/security/notices/USN-7595-4"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-2",
"url": "https://ubuntu.com/security/notices/USN-7608-2"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-1",
"url": "https://ubuntu.com/security/notices/USN-7607-1"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-1",
"url": "https://ubuntu.com/security/notices/USN-7608-1"
},
{
"published_at": "2025-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-2",
"url": "https://ubuntu.com/security/notices/USN-7609-2"
},
{
"published_at": "2025-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-5",
"url": "https://ubuntu.com/security/notices/USN-7595-5"
},
{
"published_at": "2025-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-5",
"url": "https://ubuntu.com/security/notices/USN-7585-5"
}
]
}
CERTFR-2025-AVI-0950
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2022-50386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50386"
},
{
"name": "CVE-2025-38571",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38571"
},
{
"name": "CVE-2022-50050",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50050"
},
{
"name": "CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"name": "CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"name": "CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"name": "CVE-2025-39849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39849"
},
{
"name": "CVE-2025-39718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39718"
},
{
"name": "CVE-2025-38614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38614"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2023-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53125"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2022-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50070"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"name": "CVE-2024-58240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58240"
},
{
"name": "CVE-2022-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50137"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2023-53386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53386"
},
{
"name": "CVE-2023-53297",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53297"
},
{
"name": "CVE-2025-39682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39682"
},
{
"name": "CVE-2022-50228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50228"
},
{
"name": "CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
}
],
"initial_release_date": "2025-10-31T00:00:00",
"last_revision_date": "2025-10-31T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0950",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-31T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19224",
"url": "https://access.redhat.com/errata/RHSA-2025:19224"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19102",
"url": "https://access.redhat.com/errata/RHSA-2025:19102"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19222",
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19268",
"url": "https://access.redhat.com/errata/RHSA-2025:19268"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19103",
"url": "https://access.redhat.com/errata/RHSA-2025:19103"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19104",
"url": "https://access.redhat.com/errata/RHSA-2025:19104"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:19223",
"url": "https://access.redhat.com/errata/RHSA-2025:19223"
}
]
}
CERTFR-2025-AVI-0842
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un contournement de la politique de sécurité et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2022-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50229"
},
{
"name": "CVE-2022-48701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48701"
},
{
"name": "CVE-2025-38523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38523"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-38527",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38527"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2022-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49969"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-38396",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38396"
},
{
"name": "CVE-2022-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50211"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-39698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39698"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2023-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53125"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-39694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39694"
},
{
"name": "CVE-2025-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38472"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-39682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39682"
}
],
"initial_release_date": "2025-10-03T00:00:00",
"last_revision_date": "2025-10-03T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0842",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-09-30",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17009",
"url": "https://access.redhat.com/errata/RHSA-2025:17009"
},
{
"published_at": "2025-09-30",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17109",
"url": "https://access.redhat.com/errata/RHSA-2025:17109"
},
{
"published_at": "2025-10-02",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17241",
"url": "https://access.redhat.com/errata/RHSA-2025:17241"
},
{
"published_at": "2025-10-01",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17124",
"url": "https://access.redhat.com/errata/RHSA-2025:17124"
},
{
"published_at": "2025-09-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:16920",
"url": "https://access.redhat.com/errata/RHSA-2025:16920"
},
{
"published_at": "2025-10-01",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17123",
"url": "https://access.redhat.com/errata/RHSA-2025:17123"
},
{
"published_at": "2025-10-01",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17192",
"url": "https://access.redhat.com/errata/RHSA-2025:17192"
},
{
"published_at": "2025-09-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:16904",
"url": "https://access.redhat.com/errata/RHSA-2025:16904"
},
{
"published_at": "2025-09-29",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:16880",
"url": "https://access.redhat.com/errata/RHSA-2025:16880"
}
]
}
CERTFR-2025-AVI-0923
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-39757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39757"
},
{
"name": "CVE-2025-38571",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38571"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"name": "CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"name": "CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"name": "CVE-2025-39849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39849"
},
{
"name": "CVE-2025-38614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38614"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2023-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53125"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-38566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38566"
},
{
"name": "CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"name": "CVE-2022-50228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50228"
},
{
"name": "CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
},
{
"name": "CVE-2025-38572",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38572"
},
{
"name": "CVE-2025-38550",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38550"
}
],
"initial_release_date": "2025-10-24T00:00:00",
"last_revision_date": "2025-10-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0923",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-24T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18281",
"url": "https://access.redhat.com/errata/RHSA-2025:18281"
},
{
"published_at": "2025-10-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18932",
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18280",
"url": "https://access.redhat.com/errata/RHSA-2025:18280"
},
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18279",
"url": "https://access.redhat.com/errata/RHSA-2025:18279"
},
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18297",
"url": "https://access.redhat.com/errata/RHSA-2025:18297"
},
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18298",
"url": "https://access.redhat.com/errata/RHSA-2025:18298"
},
{
"published_at": "2025-10-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:18318",
"url": "https://access.redhat.com/errata/RHSA-2025:18318"
}
]
}
CERTFR-2025-AVI-0858
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2025-38527",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38527"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2022-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49985"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2022-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50087"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
}
],
"initial_release_date": "2025-10-10T00:00:00",
"last_revision_date": "2025-10-10T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0858",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-10-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17396",
"url": "https://access.redhat.com/errata/RHSA-2025:17396"
},
{
"published_at": "2025-10-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17570",
"url": "https://access.redhat.com/errata/RHSA-2025:17570"
},
{
"published_at": "2025-10-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17377",
"url": "https://access.redhat.com/errata/RHSA-2025:17377"
},
{
"published_at": "2025-10-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:17398",
"url": "https://access.redhat.com/errata/RHSA-2025:17398"
}
]
}
CERTFR-2025-AVI-0722
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un contournement de la politique de sécurité et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-38380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38380"
},
{
"name": "CVE-2025-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38471"
},
{
"name": "CVE-2022-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50020"
},
{
"name": "CVE-2023-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53047"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2022-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50200"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2021-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47670"
},
{
"name": "CVE-2025-38124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38124"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2022-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50022"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2022-49788",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49788"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
}
],
"initial_release_date": "2025-08-22T00:00:00",
"last_revision_date": "2025-08-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0722",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-08-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13960",
"url": "https://access.redhat.com/errata/RHSA-2025:13960"
},
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13962",
"url": "https://access.redhat.com/errata/RHSA-2025:13962"
},
{
"published_at": "2025-08-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14082",
"url": "https://access.redhat.com/errata/RHSA-2025:14082"
},
{
"published_at": "2025-08-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14136",
"url": "https://access.redhat.com/errata/RHSA-2025:14136"
},
{
"published_at": "2025-08-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14094",
"url": "https://access.redhat.com/errata/RHSA-2025:14094"
},
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14009",
"url": "https://access.redhat.com/errata/RHSA-2025:14009"
},
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13961",
"url": "https://access.redhat.com/errata/RHSA-2025:13961"
},
{
"published_at": "2025-08-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14054",
"url": "https://access.redhat.com/errata/RHSA-2025:14054"
},
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14003",
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
},
{
"published_at": "2025-08-18",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:14005",
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
}
]
}
CERTFR-2025-AVI-0589
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.04",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3640"
},
{
"name": "CVE-2021-47260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47260"
},
{
"name": "CVE-2021-47379",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47379"
},
{
"name": "CVE-2021-47576",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47576"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-41070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41070"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53222"
},
{
"name": "CVE-2024-56551",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56551"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-56596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56596"
},
{
"name": "CVE-2024-56662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56662"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2024-57850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57850"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2022-49176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49176"
},
{
"name": "CVE-2022-49179",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49179"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22033"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22093"
},
{
"name": "CVE-2025-22095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22095"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-22126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22126"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-21902",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21902"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21906"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-21923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21923"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22036"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-22064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22064"
},
{
"name": "CVE-2025-22065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22065"
},
{
"name": "CVE-2025-22080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22080"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-22102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22102"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2025-22106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22106"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2025-22108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22108"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-22115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22115"
},
{
"name": "CVE-2025-22116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22116"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2025-22128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22128"
},
{
"name": "CVE-2025-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23129"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
},
{
"name": "CVE-2025-37860",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37860"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-37748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37748"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37769"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-37772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37772"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37801"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-37815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37815"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-37865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37865"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2025-37979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37979"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49909"
},
{
"name": "CVE-2025-22030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22030"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2025-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22070"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2025-37755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37755"
},
{
"name": "CVE-2025-37809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37809"
},
{
"name": "CVE-2025-37831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37831"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-37886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37886"
},
{
"name": "CVE-2025-37887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37887"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21893",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21893"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-21973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21973"
},
{
"name": "CVE-2025-21974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21974"
},
{
"name": "CVE-2025-21989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21989"
},
{
"name": "CVE-2025-21990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21990"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2025-22085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22085"
},
{
"name": "CVE-2025-22091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22091"
},
{
"name": "CVE-2025-22094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22094"
},
{
"name": "CVE-2025-22112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22112"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-22117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22117"
},
{
"name": "CVE-2025-22118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22118"
},
{
"name": "CVE-2025-22119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22119"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-23134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23134"
},
{
"name": "CVE-2025-23149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23149"
},
{
"name": "CVE-2025-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23154"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2025-37754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37754"
},
{
"name": "CVE-2025-37793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37793"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-37846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37846"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-37873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37873"
},
{
"name": "CVE-2025-37874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37874"
},
{
"name": "CVE-2025-37918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37918"
},
{
"name": "CVE-2025-37925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37925"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2025-37978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37978"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2025-37986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37986"
},
{
"name": "CVE-2025-37987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37987"
},
{
"name": "CVE-2025-38104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38104"
},
{
"name": "CVE-2025-38240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38240"
},
{
"name": "CVE-2025-40014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40014"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2024-58092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58092"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2025-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21939"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21984"
},
{
"name": "CVE-2025-21998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21998"
},
{
"name": "CVE-2025-22000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22000"
},
{
"name": "CVE-2025-22002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22002"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-22023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22023"
},
{
"name": "CVE-2025-22024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22024"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-22031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22031"
},
{
"name": "CVE-2025-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22032"
},
{
"name": "CVE-2025-22034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22034"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2025-22046",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22046"
},
{
"name": "CVE-2025-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22047"
},
{
"name": "CVE-2025-22051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22051"
},
{
"name": "CVE-2025-22052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22052"
},
{
"name": "CVE-2025-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22059"
},
{
"name": "CVE-2025-22061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22061"
},
{
"name": "CVE-2025-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22067"
},
{
"name": "CVE-2025-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22068"
},
{
"name": "CVE-2025-22069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22069"
},
{
"name": "CVE-2025-22074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22074"
},
{
"name": "CVE-2025-22076",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22076"
},
{
"name": "CVE-2025-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22078"
},
{
"name": "CVE-2025-22082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22082"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2025-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22084"
},
{
"name": "CVE-2025-22087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22087"
},
{
"name": "CVE-2025-22092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22092"
},
{
"name": "CVE-2025-22096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22096"
},
{
"name": "CVE-2025-22098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22098"
},
{
"name": "CVE-2025-22099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22099"
},
{
"name": "CVE-2025-22100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22100"
},
{
"name": "CVE-2025-22101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22101"
},
{
"name": "CVE-2025-22110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22110"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2025-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22114"
},
{
"name": "CVE-2025-22120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22120"
},
{
"name": "CVE-2025-22122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22122"
},
{
"name": "CVE-2025-22123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22123"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2025-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23135"
},
{
"name": "CVE-2025-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23137"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2025-23152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23152"
},
{
"name": "CVE-2025-23153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23153"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2025-37751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37751"
},
{
"name": "CVE-2025-37759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37759"
},
{
"name": "CVE-2025-37760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37760"
},
{
"name": "CVE-2025-37761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37761"
},
{
"name": "CVE-2025-37762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37762"
},
{
"name": "CVE-2025-37763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37763"
},
{
"name": "CVE-2025-37764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37764"
},
{
"name": "CVE-2025-37774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37774"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2025-37779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37779"
},
{
"name": "CVE-2025-37783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37783"
},
{
"name": "CVE-2025-37784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37784"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2025-37791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37791"
},
{
"name": "CVE-2025-37802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37802"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-37813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37813"
},
{
"name": "CVE-2025-37814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37814"
},
{
"name": "CVE-2025-37816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37816"
},
{
"name": "CVE-2025-37821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37821"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-37825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37825"
},
{
"name": "CVE-2025-37826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37826"
},
{
"name": "CVE-2025-37827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37827"
},
{
"name": "CVE-2025-37828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37828"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-37837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37837"
},
{
"name": "CVE-2025-37843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37843"
},
{
"name": "CVE-2025-37845",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37845"
},
{
"name": "CVE-2025-37847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37847"
},
{
"name": "CVE-2025-37848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37848"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2025-37863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37863"
},
{
"name": "CVE-2025-37864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37864"
},
{
"name": "CVE-2025-37866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37866"
},
{
"name": "CVE-2025-37868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37868"
},
{
"name": "CVE-2025-37869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37869"
},
{
"name": "CVE-2025-37872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37872"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2025-37888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37888"
},
{
"name": "CVE-2025-37939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37939"
},
{
"name": "CVE-2025-37941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37941"
},
{
"name": "CVE-2025-37942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37942"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-37975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37975"
},
{
"name": "CVE-2025-37977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37977"
},
{
"name": "CVE-2025-37981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37981"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-37988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37988"
},
{
"name": "CVE-2025-38049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38049"
},
{
"name": "CVE-2025-38479",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38479"
},
{
"name": "CVE-2025-39688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39688"
},
{
"name": "CVE-2025-39755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39755"
},
{
"name": "CVE-2025-39778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39778"
},
{
"name": "CVE-2025-39930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39930"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2025-40114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40114"
}
],
"initial_release_date": "2025-07-11T00:00:00",
"last_revision_date": "2025-07-11T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0589",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7627-2",
"url": "https://ubuntu.com/security/notices/USN-7627-2"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-5",
"url": "https://ubuntu.com/security/notices/USN-7608-5"
},
{
"published_at": "2025-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7618-1",
"url": "https://ubuntu.com/security/notices/USN-7618-1"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-4",
"url": "https://ubuntu.com/security/notices/USN-7609-4"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7610-2",
"url": "https://ubuntu.com/security/notices/USN-7610-2"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7594-3",
"url": "https://ubuntu.com/security/notices/USN-7594-3"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-3",
"url": "https://ubuntu.com/security/notices/USN-7607-3"
},
{
"published_at": "2025-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7605-2",
"url": "https://ubuntu.com/security/notices/USN-7605-2"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7628-1",
"url": "https://ubuntu.com/security/notices/USN-7628-1"
},
{
"published_at": "2025-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-3",
"url": "https://ubuntu.com/security/notices/USN-7609-3"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7627-1",
"url": "https://ubuntu.com/security/notices/USN-7627-1"
},
{
"published_at": "2025-07-10",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0113-1",
"url": "https://ubuntu.com/security/notices/LSN-0113-1"
},
{
"published_at": "2025-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7591-5",
"url": "https://ubuntu.com/security/notices/USN-7591-5"
},
{
"published_at": "2025-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7611-2",
"url": "https://ubuntu.com/security/notices/USN-7611-2"
}
]
}
msrc_cve-2025-22026
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-22026 nfsd: don\u0027t ignore the return code of svc_proc_register() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22026.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "nfsd: don\u0027t ignore the return code of svc_proc_register()",
"tracking": {
"current_release_date": "2025-09-04T01:19:07.000Z",
"generator": {
"date": "2025-10-20T03:11:13.630Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-22026",
"initial_release_date": "2025-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-04T01:19:07.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kernel 6.6.96.2-1",
"product": {
"name": "azl3 kernel 6.6.96.2-1",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 6.6.96.2-2",
"product": {
"name": "azl3 kernel 6.6.96.2-2",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "kernel"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 6.6.96.2-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 6.6.96.2-2 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22026",
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-22026 nfsd: don\u0027t ignore the return code of svc_proc_register() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22026.json"
}
],
"title": "nfsd: don\u0027t ignore the return code of svc_proc_register()"
}
]
}
fkie_cve-2025-22026
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/930b64ca0c511521f0abdd1d57ce52b2a6e3476b | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/9d9456185fd5f1891c74354ee297f19538141ead | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/e31957a819e60cf0bc9a49408765e6095fd3d046 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "C87CF81F-5426-4E15-8A61-B8F0E6046484",
"versionEndExcluding": "6.12.24",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4A475784-BF3B-4514-81EE-49C8522FB24A",
"versionEndExcluding": "6.13.12",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FADAE5D8-4808-442C-B218-77B2CE8780A0",
"versionEndExcluding": "6.14.2",
"versionStartIncluding": "6.14",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM."
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: nfsd: no ignore el c\u00f3digo de retorno de svc_proc_register() Actualmente, nfsd_proc_stat_init() ignora el valor de retorno de svc_proc_register(). Si la creaci\u00f3n de procfile falla, el kernel emitir\u00e1 una ADVERTENCIA cuando intente eliminar la entrada posteriormente. Corrija nfsd_proc_stat_init() para que devuelva el mismo tipo de puntero que svc_proc_register() y corrija nfsd_net_init() para que lo compruebe y falle la construcci\u00f3n de nfsd_net si ocurre. svc_proc_register() puede fallar si no se puede asignar la dentry o si ya existe una dentry id\u00e9ntica. El segundo caso es bastante improbable en la ruta de c\u00f3digo de construcci\u00f3n de nfsd_net, por lo que si esto sucede, devuelva -ENOMEM."
}
],
"id": "CVE-2025-22026",
"lastModified": "2025-10-28T18:57:06.603",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2025-04-16T15:15:55.237",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/930b64ca0c511521f0abdd1d57ce52b2a6e3476b"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/9d9456185fd5f1891c74354ee297f19538141ead"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/e31957a819e60cf0bc9a49408765e6095fd3d046"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-252"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
ghsa-xrr8-p4pf-hfwr
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
nfsd: don't ignore the return code of svc_proc_register()
Currently, nfsd_proc_stat_init() ignores the return value of svc_proc_register(). If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later.
Fix nfsd_proc_stat_init() to return the same type of pointer as svc_proc_register(), and fix up nfsd_net_init() to check that and fail the nfsd_net construction if it occurs.
svc_proc_register() can fail if the dentry can't be allocated, or if an identical dentry already exists. The second case is pretty unlikely in the nfsd_net construction codepath, so if this happens, return -ENOMEM.
{
"affected": [],
"aliases": [
"CVE-2025-22026"
],
"database_specific": {
"cwe_ids": [
"CWE-252"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-04-16T15:15:55Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"id": "GHSA-xrr8-p4pf-hfwr",
"modified": "2025-10-28T21:30:29Z",
"published": "2025-04-16T15:34:39Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6a59b70fe71ec66c0dd19e2c279c71846a3fb2f0"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/930b64ca0c511521f0abdd1d57ce52b2a6e3476b"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/9d9456185fd5f1891c74354ee297f19538141ead"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e31957a819e60cf0bc9a49408765e6095fd3d046"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
wid-sec-w-2025-0844
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder andere, nicht genauer beschriebene Auswirkungen erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0844 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0844.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0844 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0844"
},
{
"category": "external",
"summary": "Linux CVE Announce vom 2025-04-16",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5907 vom 2025-04-27",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00069.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1574-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020835.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1573-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020836.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01600-1 vom 2025-05-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020854.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01633-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01620-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01614-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020870.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01627-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020866.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01640-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020861.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5925 vom 2025-05-24",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00088.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01707-1 vom 2025-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020902.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4178 vom 2025-05-26",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20344-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020964.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20343-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020965.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4193 vom 2025-05-30",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20354-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021016.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20355-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021015.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8643 vom 2025-06-09",
"url": "https://access.redhat.com/errata/RHSA-2025:8643"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8669 vom 2025-06-09",
"url": "https://access.redhat.com/errata/RHSA-2025:8669"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8643 vom 2025-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-8643.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-074 vom 2025-06-12",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-074.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01919-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021477.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20372 vom 2025-06-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-20372.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01918-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021478.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01951-1 vom 2025-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021509.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9080 vom 2025-06-16",
"url": "https://access.redhat.com/errata/RHSA-2025:9080"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01966-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021534.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01967-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021533.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01965-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021535.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01964-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021531.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01972-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021537.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01982-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021539.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20408-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021550.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01983-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021538.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20413-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021547.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9080 vom 2025-06-18",
"url": "http://linux.oracle.com/errata/ELSA-2025-9080.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-2 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02000-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021568.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20419-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021591.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20421-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021590.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9302 vom 2025-06-23",
"url": "https://access.redhat.com/errata/RHSA-2025:9302"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-3 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-077 vom 2025-06-24",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-077.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7593-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7593-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-2"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-076 vom 2025-06-24",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-076.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7592-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7592-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9302 vom 2025-06-24",
"url": "https://linux.oracle.com/errata/ELSA-2025-9302.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7594-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-4 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7598-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7598-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-4 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-4"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9580 vom 2025-06-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-9580.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-3 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-2 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7594-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7602-1 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7602-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9896 vom 2025-06-30",
"url": "https://access.redhat.com/errata/RHSA-2025:9896"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7606-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7606-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7605-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-5 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7585-5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02173-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021714.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7609-2 vom 2025-07-02",
"url": "https://ubuntu.com/security/notices/USN-7609-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7609-1 vom 2025-07-02",
"url": "https://ubuntu.com/security/notices/USN-7609-1"
},
{
"category": "external",
"summary": "SEM 2025.2.1 release notes vom 2025-07-02",
"url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-6 vom 2025-07-03",
"url": "https://ubuntu.com/security/notices/USN-7585-6"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9896 vom 2025-07-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-9896.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8669 vom 2025-07-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-8669.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-5 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7591-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7609-3 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7609-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-2 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7605-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10536 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10547 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10547"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20406 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-20406.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-3 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7594-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02249-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021766.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02254-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021770.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7609-4 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7609-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7628-1 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7628-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10701 vom 2025-07-09",
"url": "https://access.redhat.com/errata/RHSA-2025:10701"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02262-1 vom 2025-07-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/B53IHD74IRNJDAOHBW4L7JGWNOM26XE7/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-078 vom 2025-07-10",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-078.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-104 vom 2025-07-10",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-104.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-079 vom 2025-07-10",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-079.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10830 vom 2025-07-14",
"url": "https://access.redhat.com/errata/RHSA-2025:10830"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10829 vom 2025-07-14",
"url": "https://access.redhat.com/errata/RHSA-2025:10829"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10854 vom 2025-07-14",
"url": "https://access.redhat.com/errata/RHSA-2025:10854"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02307-1 vom 2025-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021804.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11245 vom 2025-07-16",
"url": "https://access.redhat.com/errata/RHSA-2025:11245"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20470 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20470.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10854 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-10854.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02333-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021830.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02335-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021828.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02334-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021829.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7640-1 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7640-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-7 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7585-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7653-1 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7653-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-6 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7591-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7609-5 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7609-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-3 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-2 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7655-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7655-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20480 vom 2025-07-18",
"url": "https://linux.oracle.com/errata/ELSA-2025-20480.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02385-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021862.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02388-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021860.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02387-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021861.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02413-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021865.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02390-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021881.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02405-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021868.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02389-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021882.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02412-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021866.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02411-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DEKG43SVEEUNQXJBCRXWGSWJ6NQ36NUC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20483-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021917.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02440-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ON72ZMOEO6E3K3KZFRVFHX5LUYA6RAXJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02449-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NOIECZ42HAJGKZ7TVGI4LLLNAG27ZF7L/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02420-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021886.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20475-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021919.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02421-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021885.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02433-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021883.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02439-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021904.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02442-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7BWN4GTGQU33LC3C2LNMXQT72KBQAYTF/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-4 vom 2025-07-22",
"url": "https://ubuntu.com/security/notices/USN-7654-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11572 vom 2025-07-23",
"url": "https://access.redhat.com/errata/RHSA-2025:11572"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11571 vom 2025-07-23",
"url": "https://access.redhat.com/errata/RHSA-2025:11571"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02514-1 vom 2025-07-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021952.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20493-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021967.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11810 vom 2025-07-28",
"url": "https://access.redhat.com/errata/RHSA-2025:11810"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20498-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021965.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11855 vom 2025-07-28",
"url": "https://access.redhat.com/errata/RHSA-2025:11855"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11861 vom 2025-07-28",
"url": "https://access.redhat.com/errata/RHSA-2025:11861"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02538-1 vom 2025-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021981.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-11861 vom 2025-07-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-11861.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-5 vom 2025-07-29",
"url": "https://ubuntu.com/security/notices/USN-7654-5"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12209 vom 2025-07-29",
"url": "https://access.redhat.com/errata/RHSA-2025:12209"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12311 vom 2025-07-30",
"url": "https://access.redhat.com/errata/RHSA-2025:12311"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-11855 vom 2025-07-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-11855.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20517-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022034.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12525 vom 2025-08-04",
"url": "https://access.redhat.com/errata/RHSA-2025:12525"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12662 vom 2025-08-04",
"url": "https://access.redhat.com/errata/RHSA-2025:12662"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20518-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022033.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20527-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022025.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20524-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022028.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20520-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022031.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20519-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022032.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20529-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022023.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20526-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022026.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20528-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022024.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20521-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022030.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12526 vom 2025-08-05",
"url": "https://access.redhat.com/errata/RHSA-2025:12526"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20547-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022097.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20548-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022096.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20546-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022098.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20545-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022099.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20544-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022100.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20543-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022101.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20542-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022102.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20541-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022103.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20540-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022104.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7686-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7686-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-12752 vom 2025-08-07",
"url": "http://linux.oracle.com/errata/ELSA-2025-12752.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-12662 vom 2025-08-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-12662.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5973 vom 2025-08-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00137.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4271 vom 2025-08-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00010.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5975 vom 2025-08-13",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00139.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13598 vom 2025-08-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-13598.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13946 vom 2025-08-18",
"url": "https://access.redhat.com/errata/RHSA-2025:13946"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13960 vom 2025-08-18",
"url": "https://access.redhat.com/errata/RHSA-2025:13960"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13961 vom 2025-08-18",
"url": "https://access.redhat.com/errata/RHSA-2025:13961"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14005 vom 2025-08-18",
"url": "https://access.redhat.com/errata/RHSA-2025:14005"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14003 vom 2025-08-18",
"url": "https://access.redhat.com/errata/RHSA-2025:14003"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13960 vom 2025-08-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-13960.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-1 vom 2025-08-20",
"url": "https://ubuntu.com/security/notices/USN-7703-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02923-1 vom 2025-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022237.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-2 vom 2025-08-20",
"url": "https://ubuntu.com/security/notices/USN-7703-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-3 vom 2025-08-21",
"url": "https://ubuntu.com/security/notices/USN-7703-3"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14420 vom 2025-08-25",
"url": "https://access.redhat.com/errata/RHSA-2025:14420"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7711-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7711-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7712-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14439 vom 2025-08-25",
"url": "https://access.redhat.com/errata/RHSA-2025:14439"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02969-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022259.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14438 vom 2025-08-25",
"url": "https://access.redhat.com/errata/RHSA-2025:14438"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14420 vom 2025-08-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-14420.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14438 vom 2025-08-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-14438.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7719-1 vom 2025-08-26",
"url": "https://ubuntu.com/security/notices/USN-7719-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02997-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022283.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14749 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14749"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14744 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14744"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02996-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022291.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-4 vom 2025-08-28",
"url": "https://ubuntu.com/security/notices/USN-7703-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03011-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022327.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15005 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15005"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-2 vom 2025-09-02",
"url": "https://ubuntu.com/security/notices/USN-7712-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7737-1 vom 2025-09-03",
"url": "https://ubuntu.com/security/notices/USN-7737-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15011 vom 2025-09-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-15011.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15005 vom 2025-09-05",
"url": "http://linux.oracle.com/errata/ELSA-2025-15005.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20551 vom 2025-09-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-20551.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20553 vom 2025-09-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-20553.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15658 vom 2025-09-10",
"url": "https://access.redhat.com/errata/RHSA-2025:15658"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15670 vom 2025-09-11",
"url": "https://access.redhat.com/errata/RHSA-2025:15670"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15656 vom 2025-09-10",
"url": "https://access.redhat.com/errata/RHSA-2025:15656"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15657 vom 2025-09-10",
"url": "https://access.redhat.com/errata/RHSA-2025:15657"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15661 vom 2025-09-11",
"url": "https://access.redhat.com/errata/RHSA-2025:15661"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15668 vom 2025-09-11",
"url": "https://access.redhat.com/errata/RHSA-2025:15668"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15669 vom 2025-09-11",
"url": "https://access.redhat.com/errata/RHSA-2025:15669"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15447 vom 2025-09-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-15447.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15661 vom 2025-09-13",
"url": "http://linux.oracle.com/errata/ELSA-2025-15661.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15782 vom 2025-09-15",
"url": "https://access.redhat.com/errata/RHSA-2025:15782"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15782 vom 2025-09-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-15782.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6008 vom 2025-09-23",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00172.html"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-09-22T22:00:00.000+00:00",
"generator": {
"date": "2025-09-23T04:56:40.237+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-0844",
"initial_release_date": "2025-04-16T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-25T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-06-22T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-29T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Oracle Linux, Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-24T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Oracle Linux, Ubuntu und Red Hat aufgenommen"
},
{
"date": "2025-07-30T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "44",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-12T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-08-17T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-20T22:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-21T22:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Red Hat und Ubuntu aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Oracle Linux und Ubuntu aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-08-28T22:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-14T22:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-18T22:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-22T22:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "72"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T035582",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager \u003c2025.2.1",
"product_id": "T044986"
}
},
{
"category": "product_version",
"name": "2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager 2025.2.1",
"product_id": "T044986-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1"
}
}
}
],
"category": "product_name",
"name": "Security Event Manager"
}
],
"category": "vendor",
"name": "SolarWinds"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-53034",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2023-53034"
},
{
"cve": "CVE-2024-58093",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2024-58093"
},
{
"cve": "CVE-2024-58094",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2024-58094"
},
{
"cve": "CVE-2024-58095",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2024-58095"
},
{
"cve": "CVE-2024-58096",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2024-58096"
},
{
"cve": "CVE-2024-58097",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2024-58097"
},
{
"cve": "CVE-2025-22024",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22024"
},
{
"cve": "CVE-2025-22025",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22025"
},
{
"cve": "CVE-2025-22026",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22026"
},
{
"cve": "CVE-2025-22027",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22027"
},
{
"cve": "CVE-2025-22028",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22028"
},
{
"cve": "CVE-2025-22029",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22029"
},
{
"cve": "CVE-2025-22030",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22030"
},
{
"cve": "CVE-2025-22031",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22031"
},
{
"cve": "CVE-2025-22032",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22032"
},
{
"cve": "CVE-2025-22033",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22033"
},
{
"cve": "CVE-2025-22034",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22034"
},
{
"cve": "CVE-2025-22035",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22035"
},
{
"cve": "CVE-2025-22036",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22036"
},
{
"cve": "CVE-2025-22037",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22037"
},
{
"cve": "CVE-2025-22038",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22038"
},
{
"cve": "CVE-2025-22039",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22039"
},
{
"cve": "CVE-2025-22040",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22040"
},
{
"cve": "CVE-2025-22041",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22041"
},
{
"cve": "CVE-2025-22042",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22042"
},
{
"cve": "CVE-2025-22043",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22043"
},
{
"cve": "CVE-2025-22044",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22044"
},
{
"cve": "CVE-2025-22045",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22045"
},
{
"cve": "CVE-2025-22046",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22046"
},
{
"cve": "CVE-2025-22047",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22047"
},
{
"cve": "CVE-2025-22048",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22048"
},
{
"cve": "CVE-2025-22049",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22049"
},
{
"cve": "CVE-2025-22050",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22050"
},
{
"cve": "CVE-2025-22051",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22051"
},
{
"cve": "CVE-2025-22052",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22052"
},
{
"cve": "CVE-2025-22053",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22053"
},
{
"cve": "CVE-2025-22054",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22054"
},
{
"cve": "CVE-2025-22055",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22055"
},
{
"cve": "CVE-2025-22056",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22056"
},
{
"cve": "CVE-2025-22057",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22057"
},
{
"cve": "CVE-2025-22058",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22058"
},
{
"cve": "CVE-2025-22059",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22059"
},
{
"cve": "CVE-2025-22060",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22060"
},
{
"cve": "CVE-2025-22061",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22061"
},
{
"cve": "CVE-2025-22062",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22062"
},
{
"cve": "CVE-2025-22063",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22063"
},
{
"cve": "CVE-2025-22064",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22064"
},
{
"cve": "CVE-2025-22065",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22065"
},
{
"cve": "CVE-2025-22066",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22066"
},
{
"cve": "CVE-2025-22067",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22067"
},
{
"cve": "CVE-2025-22068",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22068"
},
{
"cve": "CVE-2025-22069",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22069"
},
{
"cve": "CVE-2025-22070",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22070"
},
{
"cve": "CVE-2025-22071",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22071"
},
{
"cve": "CVE-2025-22072",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22072"
},
{
"cve": "CVE-2025-22073",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22073"
},
{
"cve": "CVE-2025-22074",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22074"
},
{
"cve": "CVE-2025-22075",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22075"
},
{
"cve": "CVE-2025-22076",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22076"
},
{
"cve": "CVE-2025-22077",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22077"
},
{
"cve": "CVE-2025-22078",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22078"
},
{
"cve": "CVE-2025-22079",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22079"
},
{
"cve": "CVE-2025-22080",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22080"
},
{
"cve": "CVE-2025-22081",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22081"
},
{
"cve": "CVE-2025-22082",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22082"
},
{
"cve": "CVE-2025-22083",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22083"
},
{
"cve": "CVE-2025-22084",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22084"
},
{
"cve": "CVE-2025-22085",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22085"
},
{
"cve": "CVE-2025-22086",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22086"
},
{
"cve": "CVE-2025-22087",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22087"
},
{
"cve": "CVE-2025-22088",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22088"
},
{
"cve": "CVE-2025-22089",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22089"
},
{
"cve": "CVE-2025-22090",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22090"
},
{
"cve": "CVE-2025-22091",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22091"
},
{
"cve": "CVE-2025-22092",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22092"
},
{
"cve": "CVE-2025-22093",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22093"
},
{
"cve": "CVE-2025-22094",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22094"
},
{
"cve": "CVE-2025-22095",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22095"
},
{
"cve": "CVE-2025-22096",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22096"
},
{
"cve": "CVE-2025-22097",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22097"
},
{
"cve": "CVE-2025-22098",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22098"
},
{
"cve": "CVE-2025-22099",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22099"
},
{
"cve": "CVE-2025-22100",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22100"
},
{
"cve": "CVE-2025-22101",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22101"
},
{
"cve": "CVE-2025-22102",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22102"
},
{
"cve": "CVE-2025-22103",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22103"
},
{
"cve": "CVE-2025-22104",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22104"
},
{
"cve": "CVE-2025-22105",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22105"
},
{
"cve": "CVE-2025-22106",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22106"
},
{
"cve": "CVE-2025-22107",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22107"
},
{
"cve": "CVE-2025-22108",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22108"
},
{
"cve": "CVE-2025-22109",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22109"
},
{
"cve": "CVE-2025-22110",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22110"
},
{
"cve": "CVE-2025-22111",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22111"
},
{
"cve": "CVE-2025-22112",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22112"
},
{
"cve": "CVE-2025-22113",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22113"
},
{
"cve": "CVE-2025-22114",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22114"
},
{
"cve": "CVE-2025-22115",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22115"
},
{
"cve": "CVE-2025-22116",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22116"
},
{
"cve": "CVE-2025-22117",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22117"
},
{
"cve": "CVE-2025-22118",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22118"
},
{
"cve": "CVE-2025-22119",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22119"
},
{
"cve": "CVE-2025-22120",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22120"
},
{
"cve": "CVE-2025-22121",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22121"
},
{
"cve": "CVE-2025-22122",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22122"
},
{
"cve": "CVE-2025-22123",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22123"
},
{
"cve": "CVE-2025-22124",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22124"
},
{
"cve": "CVE-2025-22125",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22125"
},
{
"cve": "CVE-2025-22126",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22126"
},
{
"cve": "CVE-2025-22127",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22127"
},
{
"cve": "CVE-2025-22128",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-22128"
},
{
"cve": "CVE-2025-23129",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23129"
},
{
"cve": "CVE-2025-23130",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23130"
},
{
"cve": "CVE-2025-23131",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23131"
},
{
"cve": "CVE-2025-23132",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23132"
},
{
"cve": "CVE-2025-23133",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23133"
},
{
"cve": "CVE-2025-23134",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23134"
},
{
"cve": "CVE-2025-23135",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23135"
},
{
"cve": "CVE-2025-23136",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23136"
},
{
"cve": "CVE-2025-23137",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23137"
},
{
"cve": "CVE-2025-23138",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T035582",
"T004914"
]
},
"release_date": "2025-04-16T22:00:00.000+00:00",
"title": "CVE-2025-23138"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.